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 cd5f3b8 commit a34c0d4Copy full SHA for a34c0d4
1 file changed
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -2556,8 +2556,8 @@ predicate exprNeedsCopyIfNotLoaded(Expr expr) {
2556
expr instanceof AddressOfExpr
2557
or
2558
expr instanceof BuiltInOperationBuiltInAddressOf
2559
- // No case for ParenthesisExpr to avoid getting too many instructions
2560
+ // No case for ParenthesisExpr to avoid getting too many instructions
2561
expr instanceof ReferenceDereferenceExpr
2562
2563
expr instanceof ReferenceToExpr
0 commit comments