mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Extract undef directives
This commit is contained in:
@@ -331,7 +331,11 @@ using_directive_location(
|
||||
unique int id: @using_directive ref,
|
||||
int loc: @location ref);
|
||||
|
||||
@preprocessor_directive = @pragma_warning | @pragma_checksum | @directive_define;
|
||||
@preprocessor_directive = @pragma_warning | @pragma_checksum | @directive_define | @directive_undefine;
|
||||
|
||||
directive_undefines(
|
||||
unique int id: @directive_undefine,
|
||||
string name: string ref);
|
||||
|
||||
directive_defines(
|
||||
unique int id: @directive_define,
|
||||
|
||||
Reference in New Issue
Block a user