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
/
Inputs
/
macros.h
blob
5f15dfc2be358ccae55120d601635ce992e5d656
1
#define FOO
2
#define BAR(X, Y) X, Y
3
#define IDENTITY(X) X
4
#define WIBBLE(...)
5
#define DEAD_MACRO
6
#undef DEAD_MACRO
7
#define MACRO_WITH_HISTORY a
8
#undef MACRO_WITH_HISTORY
9
#define MACRO_WITH_HISTORY b, c
10
#undef MACRO_WITH_HISTORY
11
#define MACRO_WITH_HISTORY(X, Y) X->Y