Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72bf2d commit 2b73af0Copy full SHA for 2b73af0
1 file changed
cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
@@ -187,7 +187,7 @@ class Expr extends StmtParent, @expr {
187
predicate isPRValueCategory() { expr_types(underlyingElement(this), _, 1) }
188
189
/**
190
- * Holds if this expression is a glvalue. A glvalue is either an _lvalue_ or an
+ * Holds if this expression is a _glvalue_. A _glvalue_ is either an _lvalue_ or an
191
* _xvalue_.
192
*/
193
predicate isGLValueCategory() { isLValueCategory() or isXValueCategory() }
0 commit comments