Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.

llvm-svn: 105580
This commit is contained in:
Daniel Dunbar
2010-06-07 23:24:43 +00:00
parent aed46fcbe9
commit fa6214c952
4 changed files with 9 additions and 8 deletions

View File

@@ -95,8 +95,8 @@ bool ASTMergeAction::hasPCHSupport() const {
return AdaptedAction->hasPCHSupport();
}
bool ASTMergeAction::hasASTSupport() const {
return AdaptedAction->hasASTSupport();
bool ASTMergeAction::hasASTFileSupport() const {
return AdaptedAction->hasASTFileSupport();
}
bool ASTMergeAction::hasCodeCompletionSupport() const {