mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +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;
|
||||
* };
|
||||
* ```
|
||||
*
|
||||
* This does not include static member variables in C++. To include static member
|
||||
* variables, use `MemberVariable` instead of `Field`.
|
||||
*/
|
||||
class Field extends MemberVariable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user