mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: add dbscheme expr kinds for __builtin_addressof and vector fill
This commit is contained in:
@@ -1429,6 +1429,8 @@ case @expr.kind of
|
||||
| 319 = @noexceptexpr
|
||||
| 320 = @builtinshufflevector
|
||||
| 321 = @builtinchooseexpr
|
||||
| 322 = @builtinaddressof
|
||||
| 323 = @vec_fill
|
||||
;
|
||||
|
||||
new_allocated_type(
|
||||
|
||||
Reference in New Issue
Block a user