CodeQL library for C/C++
codeql/cpp-all 0.12.9 (changelog, source)
Search

Type @compilation

An invocation of the compiler. Note that more than one file may be compiled per invocation. For example, this command compiles three source files:

gcc -c f1.c f2.c f3.c

Known direct subtypes