mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C++: Support __is_assignable builtin
While here fix the documentation of `__is_trivially_assignable` and `__is_nothrow_assignable`.
This commit is contained in:
@@ -1650,6 +1650,7 @@ case @expr.kind of
|
||||
| 327 = @co_await
|
||||
| 328 = @co_yield
|
||||
| 329 = @temp_init
|
||||
| 330 = @isassignable
|
||||
;
|
||||
|
||||
@var_args_expr = @vastartexpr
|
||||
@@ -1711,6 +1712,7 @@ case @expr.kind of
|
||||
| @isfinalexpr
|
||||
| @builtinchooseexpr
|
||||
| @builtincomplex
|
||||
| @isassignable
|
||||
;
|
||||
|
||||
new_allocated_type(
|
||||
|
||||
Reference in New Issue
Block a user