Skip to content

Commit c376edf

Browse files
Fix GLValue capitalization.
1 parent d4231c3 commit c376edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/ast/ValueCategory.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ValueCategory extends TValueCategory {
122122

123123
predicate isRValue() { this instanceof PRValue or this instanceof XValue }
124124

125-
predicate isGlvalue() { this instanceof LValue or this instanceof XValue }
125+
predicate isGLValue() { this instanceof LValue or this instanceof XValue }
126126

127127
string toString() { result = description }
128128
}

0 commit comments

Comments
 (0)