[PATCH] D16566: [Clang-tidy] Fix Clang-tidy modernize-use-override warning in unittests/clang-tidy/IncludeInserterTest.cpp; other minor fixes
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 26 08:29:16 PST 2016
alexfh added inline comments.
================
Comment at: unittests/clang-tidy/IncludeInserterTest.cpp:101
@@ -100,3 +100,3 @@
: IncludeInserterCheckBase(CheckName, Context) {}
- virtual ~CXXSystemIncludeInserterCheck() {}
+ ~CXXSystemIncludeInserterCheck() override = default;
----------------
I'd better remove it completely.
Repository:
rL LLVM
http://reviews.llvm.org/D16566
More information about the cfe-commits
mailing list