-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++: Define an extractor version table and use in IR generation
- Loading branch information
Showing
10 changed files
with
8,984 additions
and
18 deletions.
There are no files selected for viewing
2,225 changes: 2,225 additions & 0 deletions
2,225
cpp/downgrades/576ce5b08f2a6314cc604654149f46d15a1044ab/old.dbscheme
Large diffs are not rendered by default.
Oops, something went wrong.
2,221 changes: 2,221 additions & 0 deletions
2,221
cpp/downgrades/576ce5b08f2a6314cc604654149f46d15a1044ab/semmlecode.cpp.dbscheme
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
cpp/downgrades/576ce5b08f2a6314cc604654149f46d15a1044ab/upgrade.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
description: Introduce extractor version number | ||
compatibility: breaking | ||
extractor_version.rel: delete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
* INTERNAL: Do not use. Provides a predicate for getting the extractor version. | ||
*/ | ||
|
||
int getExtractorVersion() { | ||
extractor_version(result) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.