We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An assignment like
auto [x, y] = std::tuple<int, int>{23, 27};
merely results in an empty block in the AST:
summary: io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; id=1000106] id: 1000106 label: BLOCK propertyKeys: [DYNAMIC_TYPE_HINT_FULL_NAME, INTERNAL_FLAGS, TYPE_FULL_NAME, COLUMN_NUMBER, ARGUMENT_INDEX, ORDER, DEPTH_FIRST_ORDER, CODE, LINE_NUMBER] propertyMap: {ORDER=1, ARGUMENT_INDEX=1, CODE=, COLUMN_NUMBER=36, TYPE_FULL_NAME=void, LINE_NUMBER=7, DYNAMIC_TYPE_HINT_FULL_NAME=List()}
No variable names, no types, no tuple, no assignments, no 23, and no 27.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An assignment like
merely results in an empty block in the AST:
No variable names, no types, no tuple, no assignments, no 23, and no 27.
The text was updated successfully, but these errors were encountered: