diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-18 23:56:56 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-18 23:56:56 +0000 |
commit | 3e31c7249729aca534f0614d40f9b6398005579d (patch) | |
tree | 55937d19a04306e18d35806c6cf79cb6c66f4956 /clang/lib/Frontend/FrontendAction.cpp | |
parent | 70c751de76dd0a72366622e7dd8ff954374a06fe (diff) | |
download | bcm5719-llvm-3e31c7249729aca534f0614d40f9b6398005579d.tar.gz bcm5719-llvm-3e31c7249729aca534f0614d40f9b6398005579d.zip |
Rename various classes from PCH to AST.
llvm-svn: 111471
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
-rw-r--r-- | clang/lib/Frontend/FrontendAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/FrontendAction.cpp b/clang/lib/Frontend/FrontendAction.cpp index 40b4e7fa245..906fd9a76c1 100644 --- a/clang/lib/Frontend/FrontendAction.cpp +++ b/clang/lib/Frontend/FrontendAction.cpp @@ -122,7 +122,7 @@ bool FrontendAction::BeginSourceFile(CompilerInstance &CI, CI.getPreprocessorOpts().ImplicitPCHInclude, CI.getPreprocessorOpts().DisablePCHValidation, CI.getInvocation().getFrontendOpts().ChainedPCH? - Consumer->GetPCHDeserializationListener() : 0); + Consumer->GetASTDeserializationListener() : 0); if (!CI.getASTContext().getExternalSource()) goto failure; } |