diff options
author | Quentin Colombet <qcolombet@apple.com> | 2016-02-03 22:14:53 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2016-02-03 22:14:53 +0000 |
commit | 0cdb86bd382c26c6543540961fc2c3a54d6bf1f8 (patch) | |
tree | ef703218b476c148833c91315948f90179266497 /clang/lib/Serialization/ASTWriter.cpp | |
parent | e551051a58f2188ccafd28ad47b5092875cc72e8 (diff) | |
download | bcm5719-llvm-0cdb86bd382c26c6543540961fc2c3a54d6bf1f8.tar.gz bcm5719-llvm-0cdb86bd382c26c6543540961fc2c3a54d6bf1f8.zip |
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
Diffstat (limited to 'clang/lib/Serialization/ASTWriter.cpp')
-rw-r--r-- | clang/lib/Serialization/ASTWriter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Serialization/ASTWriter.cpp b/clang/lib/Serialization/ASTWriter.cpp index a590e188eca..ec04cd6c1fa 100644 --- a/clang/lib/Serialization/ASTWriter.cpp +++ b/clang/lib/Serialization/ASTWriter.cpp @@ -4152,8 +4152,6 @@ uint64_t ASTWriter::WriteASTCore(Sema &SemaRef, StringRef isysroot, RegisterPredefDecl(Context.ExternCContext, PREDEF_DECL_EXTERN_C_CONTEXT_ID); RegisterPredefDecl(Context.MakeIntegerSeqDecl, PREDEF_DECL_MAKE_INTEGER_SEQ_ID); - RegisterPredefDecl(Context.CFConstantStringTypeDecl, - PREDEF_DECL_CF_CONSTANT_STRING_ID); // Build a record containing all of the tentative definitions in this file, in // TentativeDefinitions order. Generally, this record will be empty for |