[libclang] Allow building a precompiled preamble with compiler errors
A while ago we allowed libclang to build a PCH that had compiler errors; this was to retain the performance afforded by a PCH even if the user's code is in an intermediate state. Extend this for the precompiled preamble as well. rdar://14109828 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183717 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Frontend/FrontendAction.h 8 additions, 0 deletionsinclude/clang/Frontend/FrontendAction.h
- include/clang/Serialization/ASTWriter.h 6 additions, 1 deletioninclude/clang/Serialization/ASTWriter.h
- lib/Frontend/ASTUnit.cpp 15 additions, 7 deletionslib/Frontend/ASTUnit.cpp
- lib/Frontend/FrontendAction.cpp 7 additions, 3 deletionslib/Frontend/FrontendAction.cpp
- lib/Serialization/GeneratePCH.cpp 13 additions, 4 deletionslib/Serialization/GeneratePCH.cpp
- test/Index/preamble-reparse-with-BOM.m 4 additions, 2 deletionstest/Index/preamble-reparse-with-BOM.m
Loading
Please register or sign in to comment