diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-18 23:57:17 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-18 23:57:17 +0000 |
commit | f5b13467389363f26c3b2c6ad2c216aafcbb27fe (patch) | |
tree | 071c378d56758eaa239e9329f26d30704e3351d1 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3b3c874f6881da136992b3f9d90b8bda98933031 (diff) | |
download | bcm5719-llvm-f5b13467389363f26c3b2c6ad2c216aafcbb27fe.tar.gz bcm5719-llvm-f5b13467389363f26c3b2c6ad2c216aafcbb27fe.zip |
Rename the ASTReader header files.
llvm-svn: 111474
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index f40fb644e35..47bfefacd2e 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -18,7 +18,7 @@ #include "clang/Driver/Option.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/LangStandard.h" -#include "clang/Serialization/PCHReader.h" +#include "clang/Serialization/ASTReader.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringExtras.h" |