Author: alexfh
Date: Thu Mar 12 07:30:10 2015
New Revision: 232031

URL: http://llvm.org/viewvc/llvm-project?rev=232031&view=rev
Log:
[clang-tidy] Remove an empty destructor.

Modified:
    clang-tools-extra/trunk/clang-tidy/ClangTidy.h

Modified: clang-tools-extra/trunk/clang-tidy/ClangTidy.h
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/ClangTidy.h?rev=232031&r1=232030&r2=232031&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/ClangTidy.h (original)
+++ clang-tools-extra/trunk/clang-tidy/ClangTidy.h Thu Mar 12 07:30:10 2015
@@ -113,8 +113,6 @@ public:
     assert(!CheckName.empty());
   }
 
-  ~ClangTidyCheck() override = default;
-
   /// \brief Override this to register \c PPCallbacks with \c Compiler.
   ///
   /// This should be used for clang-tidy checks that analyze preprocessor-


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to