]> granicus.if.org Git - clang/commit
Implement support for the extremely atrocious MS /##/ extension,
authorChris Lattner <sabre@nondot.org>
Thu, 7 Feb 2008 06:03:59 +0000 (06:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Feb 2008 06:03:59 +0000 (06:03 +0000)
commit3f1cc838f9caf469990f23fccd0940263c0c61ff
tree75e2c88694fcd5857347d347f8e226b4a4e3d3c7
parent18354de8c0e408a9a07cac75af2105d36587bc57
Implement support for the extremely atrocious MS /##/ extension,
which pastes together a comment.  This is only enabled with
-fms-extensions of course.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46845 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/MacroExpander.cpp
Lex/Preprocessor.cpp
include/clang/Lex/MacroExpander.h
include/clang/Lex/Preprocessor.h
test/Preprocessor/macro_paste_mscomment.c [new file with mode: 0644]