This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Ignore statements inside a template instantiation.
ClosedPublic

Authored by hokein on Aug 17 2017, 3:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Aug 17 2017, 3:34 AM
alexfh accepted this revision.Aug 17 2017, 7:00 AM

LG with a nit.

test/clang-tidy/modernize-make-unique.cpp
459 ↗(On Diff #111487)

The check_clang_tidy script specifies -implicit-check-not='{{warning:|error:}}', so verifying the lack of messages is not necessary (there's no such thing for fixes, since they verify the end state, not the changes; but the lack of messages implies the lack of fixes).

This revision is now accepted and ready to land.Aug 17 2017, 7:00 AM
hokein updated this revision to Diff 111510.Aug 17 2017, 7:10 AM
hokein marked an inline comment as done.

Remove the CHECK-MESSAGE-NOT.

This revision was automatically updated to reflect the committed changes.