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)
commitebaf14bdd05f8593581ace802d4505930efd8967
treeaf65f8b25b2c4c09344e379485f0561c8e6cc2e7
parentd46bb62610dd9a15d06c739d1aebbd776ba7e9b1
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.

llvm-svn: 213395
clang/include/clang/Serialization/ASTReader.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/test/Modules/Inputs/macro-hiding/a1.h [deleted file]
clang/test/Modules/Inputs/macro-hiding/a2.h [deleted file]
clang/test/Modules/Inputs/macro-hiding/b1.h [deleted file]
clang/test/Modules/Inputs/macro-hiding/b2.h [deleted file]
clang/test/Modules/Inputs/macro-hiding/c1.h [deleted file]
clang/test/Modules/Inputs/macro-hiding/module.modulemap [deleted file]
clang/test/Modules/macro-hiding.cpp [deleted file]