]> granicus.if.org Git - clang/commit
In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to
authorDaniel Dunbar <daniel@zuster.org>
Fri, 22 May 2009 21:35:34 +0000 (21:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 22 May 2009 21:35:34 +0000 (21:35 +0000)
commitc25d8058958d9cda0d9d6216b475180ba2f7c71d
tree1b30bfa5622b3d35faa9465488db076418ec6d1a
parent08d3e7c9ccbed9b26c301390d5997871b2dd41b7
In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to
non-argument names, pass the tokens through.

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