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
[VPlan] Perform DT expensive input DT verification earlier (NFC).
[llvm-project.git]
/
clang
/
test
/
Import
/
inherited-ctor-init-expr
/
test.cpp
blob
9e15e382edc174bd80f8cb92b996eb951f840af4
1
// RUN: clang-import-test -dump-ast -expression=%s -import=%S/Inputs/A.cpp | FileCheck %s
2
// CHECK: | | | `-CXXInheritedCtorInitExpr
3
4
void
foo
() {
5
C c
;
6
}