Fixed warning: 'virtual void clang::ExternalASTSource::CompleteType(clang::ObjCInterfaceDecl*)' was hidden.

llvm-svn: 304863
This commit is contained in:
Galina Kistanova 2017-06-07 02:44:42 +00:00
parent e6d4b773de
commit b4b16556e3
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ public:
llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
SmallVectorImpl<Decl *> &Result) override;
using ExternalASTSource::CompleteType;
void CompleteType(TagDecl *Tag) override;
};