Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a34c0d4

Browse files
committed
C++: Autoformat TranslatedExpr.qll
1 parent cd5f3b8 commit a34c0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,8 +2556,8 @@ predicate exprNeedsCopyIfNotLoaded(Expr expr) {
25562556
expr instanceof AddressOfExpr
25572557
or
25582558
expr instanceof BuiltInOperationBuiltInAddressOf
2559-
// No case for ParenthesisExpr to avoid getting too many instructions
25602559
or
2560+
// No case for ParenthesisExpr to avoid getting too many instructions
25612561
expr instanceof ReferenceDereferenceExpr
25622562
or
25632563
expr instanceof ReferenceToExpr

0 commit comments

Comments
 (0)