1 | // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s |
---|---|
2 | // CHECK: ExprWithCleanups |
3 | // CHECK-SAME: 'RAII' |
4 | // CHECK-NEXT: CXXBindTemporaryExpr |
5 | |
6 | void expr() { |
7 | f(); |
8 | } |
9 |
1 | // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s |
---|---|
2 | // CHECK: ExprWithCleanups |
3 | // CHECK-SAME: 'RAII' |
4 | // CHECK-NEXT: CXXBindTemporaryExpr |
5 | |
6 | void expr() { |
7 | f(); |
8 | } |
9 |