mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Extract active flag from directives, fix missing assembly location
This commit is contained in:
@@ -435,6 +435,10 @@ preprocessor_directive_assembly(
|
||||
unique int id: @preprocessor_directive ref,
|
||||
int loc: @assembly ref);
|
||||
|
||||
preprocessor_directive_active(
|
||||
unique int id: @preprocessor_directive ref,
|
||||
int active: int ref); /* 0: false, 1: true */
|
||||
|
||||
/** TYPES **/
|
||||
|
||||
types(
|
||||
|
||||
Reference in New Issue
Block a user