[PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 26 11:17:57 PST 2016


Eugene.Zelenko added inline comments.

================
Comment at: unittests/clang-tidy/IncludeInserterTest.cpp:101
@@ -100,3 +100,3 @@
       : IncludeInserterCheckBase(CheckName, Context) {}
-  virtual ~CXXSystemIncludeInserterCheck() {}
+  ~CXXSystemIncludeInserterCheck() override = default;
 
----------------
alexfh wrote:
> I'd better remove it completely.
Will do this in commit.


Repository:
  rL LLVM

http://reviews.llvm.org/D16566





More information about the cfe-commits mailing list