mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: Split valuetext off into its own table
This commit is contained in:
@@ -1237,11 +1237,15 @@ expr_cond_false(
|
||||
int false: @expr ref
|
||||
);
|
||||
|
||||
// the second field is a string representation of the value
|
||||
// the third field is the actual text in the source or the same as the second field
|
||||
/** A string representation of the value. */
|
||||
values(
|
||||
unique int id: @value,
|
||||
string str: string ref,
|
||||
string str: string ref
|
||||
);
|
||||
|
||||
/** The actual text in the source code for the value, if any. */
|
||||
valuetext(
|
||||
unique int id: @value ref,
|
||||
string text: string ref
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user