]> granicus.if.org Git - clang/commit
Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in
authorEli Friedman <eli.friedman@gmail.com>
Tue, 18 Jun 2013 21:33:38 +0000 (21:33 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 18 Jun 2013 21:33:38 +0000 (21:33 +0000)
commit995544ef901f70589025c278e112547966a1df09
tree6f5b444051a5fe8f65c106bf2c2cc2647385a3d0
parente7e8fcacef233f35ad7e81083f7edd12497f6c40
Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in
succession. Fixes PR16363.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184240 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPDirectives.cpp
test/Preprocessor/assembler-with-cpp.c