Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e3f639

Browse files
committed
C++: add dbscheme expr kinds for __builtin_addressof and vector fill
1 parent 272bed7 commit 8e3f639

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/ql/src/semmlecode.cpp.dbscheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,8 @@ case @expr.kind of
14291429
| 319 = @noexceptexpr
14301430
| 320 = @builtinshufflevector
14311431
| 321 = @builtinchooseexpr
1432+
| 322 = @builtinaddressof
1433+
| 323 = @vec_fill
14321434
;
14331435

14341436
new_allocated_type(

0 commit comments

Comments
 (0)