mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Assign preprocessor directives to compilation + make compilation cached
This commit is contained in:
@@ -424,9 +424,9 @@ preprocessor_directive_location(
|
||||
unique int id: @preprocessor_directive ref,
|
||||
int loc: @location ref);
|
||||
|
||||
preprocessor_directive_assembly(
|
||||
preprocessor_directive_compilation(
|
||||
unique int id: @preprocessor_directive ref,
|
||||
int loc: @assembly ref);
|
||||
int compilation: @compilation ref);
|
||||
|
||||
preprocessor_directive_active(
|
||||
unique int id: @preprocessor_directive ref,
|
||||
|
||||
Reference in New Issue
Block a user