mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
C++: Bring back the StackVariable QL class
The new `StackVariable` class actually denotes what its name suggests.
This commit is contained in:
@@ -51,3 +51,7 @@ struct address {
|
||||
char* town;
|
||||
static char* country;
|
||||
};
|
||||
|
||||
void hasExtern() {
|
||||
extern int externInFunction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user