mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
CPP: Add a reverse-link for consistency between Field and MemberVariable.
This commit is contained in:
@@ -12,6 +12,9 @@ import semmle.code.cpp.exprs.Access
|
|||||||
* static int s;
|
* static int s;
|
||||||
* };
|
* };
|
||||||
* ```
|
* ```
|
||||||
|
*
|
||||||
|
* This does not include static member variables in C++. To include static member
|
||||||
|
* variables, use `MemberVariable` instead of `Field`.
|
||||||
*/
|
*/
|
||||||
class Field extends MemberVariable {
|
class Field extends MemberVariable {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user