diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h')
| -rw-r--r-- | clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h b/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h index a14125ecc5b..e6fadd2e4a0 100644 --- a/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h +++ b/clang-tools-extra/clang-modernize/LoopConvert/LoopActions.h @@ -71,7 +71,8 @@ public: DeferredChanges(DeferredChanges), RejectedChanges(RejectedChanges), MaxRisk(MaxRisk), FixerKind(FixerKind), Owner(Owner) {} - virtual void run(const clang::ast_matchers::MatchFinder::MatchResult &Result); + void + run(const clang::ast_matchers::MatchFinder::MatchResult &Result) override; private: TUTrackingInfo &TUInfo; |

