]> granicus.if.org Git - clang/commit
[PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 23 Jan 2013 18:21:56 +0000 (18:21 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 23 Jan 2013 18:21:56 +0000 (18:21 +0000)
commit0c06cbc51c581ea31dac14134bd184e491fe5caf
tree5850c57ae4e0d8d081403c9c14dd8abcafa56881
parentcc12f8deef52d2592bca2334804d650c3821ce69
[PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH
that redefined a macro without undef'ing it first.

Proper reconstruction of the macro info history from modules will properly fix this in subsequent commits.

rdar://13016031

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPMacroExpansion.cpp
test/Modules/macros.c
test/PCH/macro-redef.c [new file with mode: 0644]