Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.
llvm-svn: 105580
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user