diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/Transform.cpp')
-rw-r--r-- | clang-tools-extra/clang-modernize/Core/Transform.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/Transform.cpp b/clang-tools-extra/clang-modernize/Core/Transform.cpp index 41a7d4546c9..114b52504ec 100644 --- a/clang-tools-extra/clang-modernize/Core/Transform.cpp +++ b/clang-tools-extra/clang-modernize/Core/Transform.cpp @@ -54,8 +54,8 @@ private: return Finder.newASTConsumer(); } - virtual bool BeginSourceFileAction(CompilerInstance &CI, - StringRef Filename) override { + bool BeginSourceFileAction(CompilerInstance &CI, + StringRef Filename) override { if (!ASTFrontendAction::BeginSourceFileAction(CI, Filename)) return false; |