Revert r259624 - Make CF constant string decl visible to name lookup to fix module...
authorQuentin Colombet <qcolombet@apple.com>
Wed, 3 Feb 2016 22:14:53 +0000 (22:14 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Wed, 3 Feb 2016 22:14:53 +0000 (22:14 +0000)
commit0cdb86bd382c26c6543540961fc2c3a54d6bf1f8
treeef703218b476c148833c91315948f90179266497
parente551051a58f2188ccafd28ad47b5092875cc72e8
Revert r259624 - Make CF constant string decl visible to name lookup to fix module errors.

This breaks some internal bots in stage2: clang seg fault.
Looking with Ben to see what is going on.

llvm-svn: 259715
clang/include/clang/AST/ASTContext.h
clang/include/clang/Serialization/ASTBitCodes.h
clang/lib/AST/ASTContext.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/test/CodeGenObjC/2010-02-01-utf16-with-null.m
clang/test/CodeGenObjC/arc-no-arc-exceptions.m
clang/test/CodeGenObjC/tentative-cfconstantstring.m
clang/test/Modules/Inputs/builtin.h
clang/test/Modules/builtins.m