[PATCH] D15444: [clang-modernize] AddOverride: tests for handling throw() and noexcept() specifiers

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 11 12:10:49 PST 2015


Eugene.Zelenko added a comment.

In http://reviews.llvm.org/D15444#308573, @adek05 wrote:

> I don't see any tests for AddOverride in tests/clang-tidy yet. Is clang-tidy linking everything that clang-modernizer has? If so, I can create another patch which just moves these tests over.


Clanag-modernize functionality was moved to Clang-tidy and extended there (modernize- check). See http://clang.llvm.org/extra/clang-tidy/checks/list.html.


http://reviews.llvm.org/D15444





More information about the cfe-commits mailing list