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
/
CodeCompletion
/
crash-func-decl.cpp
blob
393aa37e92d981511a5229081b0c7c5e918581a0
1
// Important that BB is unknown.
2
// This triggers completion in PCC_RecoveryInFunction context, with no function.
3
int
AA
(
BB cc
);
4
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):12 %s | FileCheck %s
5
// CHECK: COMPLETION: char