forked from OSchip/llvm-project
[clang][NFC] Add a missing 'override'
This commit is contained in:
parent
3ee7fe4cfd
commit
105056045d
|
@ -29,7 +29,7 @@ public:
|
|||
explicit CTUASTConsumer(clang::CompilerInstance &CI, bool *Success)
|
||||
: CTU(CI), Success(Success) {}
|
||||
|
||||
void HandleTranslationUnit(ASTContext &Ctx) {
|
||||
void HandleTranslationUnit(ASTContext &Ctx) override {
|
||||
auto FindFInTU = [](const TranslationUnitDecl *TU) {
|
||||
const FunctionDecl *FD = nullptr;
|
||||
for (const Decl *D : TU->decls()) {
|
||||
|
|
Loading…
Reference in New Issue