]> granicus.if.org Git - clang/commit
Revert "[modules] Fix macro hiding bug exposed if:"
authorBen Langmuir <blangmuir@apple.com>
Fri, 18 Jul 2014 18:38:24 +0000 (18:38 +0000)
committerBen Langmuir <blangmuir@apple.com>
Fri, 18 Jul 2014 18:38:24 +0000 (18:38 +0000)
commita627c56110bfbd704ef62eb1d055241990018038
treee9ddc6fa1fe2193a5f6df383fea681d388c8cdf2
parent415913b28c463121c176e842ffaf6b0fd9f4a98c
Revert "[modules] Fix macro hiding bug exposed if:"

This is breaking the system modules on Darwin, because something that
was defined and re-exported no longer is.  Might be this patch, or might
just be a really poor interaction with an existing visibility bug.

This reverts commit r213348.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213395 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/Modules/Inputs/macro-hiding/a1.h [deleted file]
test/Modules/Inputs/macro-hiding/a2.h [deleted file]
test/Modules/Inputs/macro-hiding/b1.h [deleted file]
test/Modules/Inputs/macro-hiding/b2.h [deleted file]
test/Modules/Inputs/macro-hiding/c1.h [deleted file]
test/Modules/Inputs/macro-hiding/module.modulemap [deleted file]
test/Modules/macro-hiding.cpp [deleted file]