repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Import
/
expr-with-cleanups
/
test.cpp
blob
79b76f414ecfae17cba5fe665b63191468f579d3
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
}