C++: Define an extractor version table and use in IR generation

This commit is contained in:
Jeroen Ketema
2023-10-24 17:34:16 +02:00
parent 29d57d82b7
commit 903f376620
11 changed files with 9781 additions and 741 deletions

View File

@@ -197,6 +197,11 @@ svnchurn(
* C++ dbscheme
*/
extractor_version(
string codeql_version: string ref,
string frontend_version: string ref
)
@location = @location_stmt | @location_expr | @location_default ;
/**