]> granicus.if.org Git - clang/commit
Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered.
authorChris Lattner <sabre@nondot.org>
Fri, 23 Nov 2007 06:50:21 +0000 (06:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Nov 2007 06:50:21 +0000 (06:50 +0000)
commit0c3eb29e79e439a0d73e81e57cc130ddb45d50ea
tree482ebe15b0db8a77fc4b663e8ab5476849e7710d
parentb235fc2cf37621c7fc6511bb2b8788c95f9fb9fc
Fix PR1820, an incredibly subtle macro expansion bug that Neil discovered.

Neil, please review this fix.

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