We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4231c3 commit c376edfCopy full SHA for c376edf
1 file changed
cpp/common/src/codingstandards/cpp/ast/ValueCategory.qll
@@ -122,7 +122,7 @@ class ValueCategory extends TValueCategory {
122
123
predicate isRValue() { this instanceof PRValue or this instanceof XValue }
124
125
- predicate isGlvalue() { this instanceof LValue or this instanceof XValue }
+ predicate isGLValue() { this instanceof LValue or this instanceof XValue }
126
127
string toString() { result = description }
128
}
0 commit comments