diff options
| author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-18 23:57:06 +0000 |
|---|---|---|
| committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-08-18 23:57:06 +0000 |
| commit | d44cd6adba6170f4915a731e2449962057b1cf26 (patch) | |
| tree | 362eaaf88c367865fb8253aba959cfb45ebf5268 /clang/lib/Checker/GRCoreEngine.cpp | |
| parent | 3e31c7249729aca534f0614d40f9b6398005579d (diff) | |
| download | bcm5719-llvm-d44cd6adba6170f4915a731e2449962057b1cf26.tar.gz bcm5719-llvm-d44cd6adba6170f4915a731e2449962057b1cf26.zip | |
More PCH -> AST renaming.
llvm-svn: 111472
Diffstat (limited to 'clang/lib/Checker/GRCoreEngine.cpp')
| -rw-r--r-- | clang/lib/Checker/GRCoreEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Checker/GRCoreEngine.cpp b/clang/lib/Checker/GRCoreEngine.cpp index e0524d9ef4c..5125f366de2 100644 --- a/clang/lib/Checker/GRCoreEngine.cpp +++ b/clang/lib/Checker/GRCoreEngine.cpp @@ -696,7 +696,7 @@ void GRCallEnterNodeBuilder::GenerateNode(const GRState *state, // Create a new AnalysisManager with components of the callee's // TranslationUnit. - // The Diagnostic is actually shared when we create ASTUnits from PCH files. + // The Diagnostic is actually shared when we create ASTUnits from AST files. AnalysisManager AMgr(TU->getASTContext(), TU->getDiagnostic(), OldMgr.getLangOptions(), OldMgr.getPathDiagnosticClient(), |

