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' llvm-svn: 134588
Loading
Please register or sign in to comment
e.g. #define M(x) A x B M(##) // should expand to 'A ## B', not 'AB' llvm-svn: 134588