mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Allow sizeof pack in sizeof_bind
This commit is contained in:
2343
cpp/downgrades/c3881af7e5b247d126aea68a1901b4497adf3d83/old.dbscheme
Normal file
2343
cpp/downgrades/c3881af7e5b247d126aea68a1901b4497adf3d83/old.dbscheme
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Allow sizeof pack in sizeof_bind
|
||||
compatibility: full
|
||||
@@ -1994,10 +1994,10 @@ uuidof_bind(
|
||||
int type_id: @type ref
|
||||
);
|
||||
|
||||
@runtime_sizeof_or_alignof = @runtime_sizeof | @runtime_alignof | @datasizeof;
|
||||
@sizeof_or_alignof = @runtime_sizeof | @runtime_alignof | @datasizeof | @sizeof_pack;
|
||||
|
||||
sizeof_bind(
|
||||
unique int expr: @runtime_sizeof_or_alignof ref,
|
||||
unique int expr: @sizeof_or_alignof ref,
|
||||
int type_id: @type ref
|
||||
);
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Allow sizeof pack in sizeof_bind
|
||||
compatibility: backwards
|
||||
Reference in New Issue
Block a user