diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-17 17:55:49 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-17 17:55:49 +0000 |
commit | 93c972945bccd1a966b0445f9ed45db433b77bc1 (patch) | |
tree | 6ca928695d9e3bcc8263f6744f27062eddd5c8fc /include/clang/Frontend/ASTUnit.h | |
parent | 11c3dc45a89f632b5fb52610d5cb217bfc062e9a (diff) |
Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111258 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/ASTUnit.h')
-rw-r--r-- | include/clang/Frontend/ASTUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/ASTUnit.h b/include/clang/Frontend/ASTUnit.h index 3426e433c5..de10611314 100644 --- a/include/clang/Frontend/ASTUnit.h +++ b/include/clang/Frontend/ASTUnit.h @@ -15,7 +15,7 @@ #define LLVM_CLANG_FRONTEND_ASTUNIT_H #include "clang/Index/ASTLocation.h" -#include "clang/Frontend/PCHBitCodes.h" +#include "clang/Serialization/PCHBitCodes.h" #include "clang/Sema/Sema.h" #include "clang/Lex/PreprocessingRecord.h" #include "clang/Basic/SourceManager.h" |