This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
fbd38cadf16efcb15c09574ccd6844cfb7cfc97c
llvm-project
/
clang
/
test
/
Preprocessor
/
macro_paste_hashhash.c
Argyrios Kyrtzidis
e245aa2a93
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
2011-07-07 03:40:37 +00:00
247 B
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink