[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)
commit1ffbc3a92a56666d85f279ead9e1c3d0ae71af51
treed58f3ef8cbc73ad73f9371a2e73cce7abcba600b
parent18d8a461e5a0e7f59f38663b211852fc21457907
[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

llvm-svn: 173281
clang/lib/Lex/PPMacroExpansion.cpp
clang/test/Modules/macros.c
clang/test/PCH/macro-redef.c [new file with mode: 0644]