diff --git a/clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp b/clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp index bad804353f14..d21afbb274df 100644 --- a/clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp +++ b/clang-tools-extra/unittests/clang-tidy/IncludeInserterTest.cpp @@ -98,7 +98,6 @@ class CXXSystemIncludeInserterCheck : public IncludeInserterCheckBase { public: CXXSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) : IncludeInserterCheckBase(CheckName, Context) {} - virtual ~CXXSystemIncludeInserterCheck() {} std::vector HeadersToInclude() const override { return {"set"}; } bool IsAngledInclude() const override { return true; } @@ -522,7 +521,7 @@ void foo() { "insert_includes_test_header.cc")); } -} // namespace +} // anonymous namespace } // namespace tidy } // namespace clang