forked from OSchip/llvm-project
Fix -Winconsistent-missing-override in CodeGenAction.cpp
llvm-svn: 288227
This commit is contained in:
parent
d4717bd8f3
commit
68c4bb5dda
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue