This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by adek05 on Dec 11 2015, 12:16 AM.

Details

Summary

Test for D15443

Diff Detail

Event Timeline

adek05 updated this revision to Diff 42505.Dec 11 2015, 12:16 AM
adek05 retitled this revision from to [clang-modernize] AddOverride: tests for handling throw() and noexcept() specifiers.
adek05 updated this object.
adek05 added a reviewer: rsmith.

Should be moved to Clang-tidy, since clang-modernize is deprecated.

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.

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.

adek05 updated this revision to Diff 42568.Dec 11 2015, 1:52 PM

Moved tests to clang-tidy test suite following Eugene.Zelenko suggestion.

I need a brave soul to review D15443 too, so if you know who else could take a look at it feel free to add people there.

aaron.ballman accepted this revision.Jan 12 2016, 1:11 PM
aaron.ballman edited edge metadata.

LGTM, thanks!

This revision is now accepted and ready to land.Jan 12 2016, 1:11 PM
aaron.ballman closed this revision.Jan 12 2016, 1:12 PM

Commit in r257522