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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
CodeCompletion
/
crash-if-directive.cpp
blob
4e0f0ac1f2b8b4335f2c7fd551dbc9f3d6a6141f
1
#define FOO(X) X
2
#if FOO(
3
#elif FOO(
4
#endif
5
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-3):9 %s
6
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-3):11 %s