diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-07-07 03:40:37 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-07-07 03:40:37 +0000 |
commit | 0fd9c48dfc6a324d8399b0b43ab4b943a1b1b843 (patch) | |
tree | 208301375238dcf53719a0ec463d19b8d7b63ea3 /lib/CodeGen/CGExprConstant.cpp | |
parent | b73377eeb3eff76be134203aebb6068244b177f3 (diff) |
When expanding macro arguments, treat '##' coming from an argument as a normal token.
e.g.
#define M(x) A x B
M(##) // should expand to 'A ## B', not 'AB'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprConstant.cpp')
0 files changed, 0 insertions, 0 deletions