Fix -Winconsistent-missing-override in CodeGenAction.cpp

llvm-svn: 288227
This commit is contained in:
Reid Kleckner 2016-11-30 01:32:53 +00:00
parent d4717bd8f3
commit 68c4bb5dda
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ namespace clang {
LLVMIRGeneration.stopTimer();
}
void HandleInterestingDecl(DeclGroupRef D) {
void HandleInterestingDecl(DeclGroupRef D) override {
// Ignore interesting decls from the AST reader after IRGen is finished.
if (!IRGenFinished)
HandleTopLevelDecl(D);