summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2010-08-18 23:57:06 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2010-08-18 23:57:06 +0000
commitd44cd6adba6170f4915a731e2449962057b1cf26 (patch)
tree362eaaf88c367865fb8253aba959cfb45ebf5268 /clang/lib/Basic/SourceManager.cpp
parent3e31c7249729aca534f0614d40f9b6398005579d (diff)
downloadbcm5719-llvm-d44cd6adba6170f4915a731e2449962057b1cf26.tar.gz
bcm5719-llvm-d44cd6adba6170f4915a731e2449962057b1cf26.zip
More PCH -> AST renaming.
llvm-svn: 111472
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r--clang/lib/Basic/SourceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp
index 0a6ce4c03e2..a01b0029779 100644
--- a/clang/lib/Basic/SourceManager.cpp
+++ b/clang/lib/Basic/SourceManager.cpp
@@ -1247,7 +1247,7 @@ bool SourceManager::isBeforeInTranslationUnit(SourceLocation LHS,
}
// There is no common ancestor, most probably because one location is in the
- // predefines buffer or a PCH file.
+ // predefines buffer or an AST file.
// FIXME: We should rearrange the external interface so this simply never
// happens; it can't conceptually happen. Also see PR5662.
IsBeforeInTUCache.setQueryFIDs(FileID(), FileID()); // Don't try caching.
OpenPOWER on IntegriCloud