We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f045035 commit 675e1ccCopy full SHA for 675e1cc
cpp/ql/src/semmle/code/cpp/Field.qll
@@ -12,6 +12,9 @@ import semmle.code.cpp.exprs.Access
12
* static int s;
13
* };
14
* ```
15
+ *
16
+ * This does not include static member variables in C++. To include static member
17
+ * variables, use `MemberVariable` instead of `Field`.
18
*/
19
class Field extends MemberVariable {
20
0 commit comments