Mercurial > hg > CbC > CbC_llvm
comparison clang/test/CodeCompletion/Inputs/macros.h @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
147:c2174574ed3a | 150:1d019706d866 |
---|---|
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 |