summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/GoogleTidyModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/GoogleTidyModule.h')
-rw-r--r--clang-tools-extra/clang-tidy/google/GoogleTidyModule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/google/GoogleTidyModule.h b/clang-tools-extra/clang-tidy/google/GoogleTidyModule.h
index a1da67c53ac..1077ffe0c19 100644
--- a/clang-tools-extra/clang-tidy/google/GoogleTidyModule.h
+++ b/clang-tools-extra/clang-tidy/google/GoogleTidyModule.h
@@ -21,9 +21,9 @@ namespace tidy {
/// http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors
class ExplicitConstructorCheck : public ClangTidyCheck {
public:
- void registerMatchers(ast_matchers::MatchFinder *Finder) LLVM_OVERRIDE;
+ void registerMatchers(ast_matchers::MatchFinder *Finder) override;
void
- check(const ast_matchers::MatchFinder::MatchResult &Result) LLVM_OVERRIDE;
+ check(const ast_matchers::MatchFinder::MatchResult &Result) override;
};
} // namespace tidy
OpenPOWER on IntegriCloud