This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Ignore the deleted function in misc-definitions-in-headers.
ClosedPublic

Authored by hokein on Jun 7 2016, 1:22 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 59841.Jun 7 2016, 1:22 AM
hokein retitled this revision from to [clang-tidy] Ignore the deleted function in misc-definitions-in-headers..
hokein updated this object.
hokein added a reviewer: alexfh.
hokein added a subscriber: cfe-commits.
alexfh accepted this revision.Jun 7 2016, 1:48 AM
alexfh edited edge metadata.

LG with one comment.

test/clang-tidy/misc-definitions-in-headers-cxx11.hpp
6 ↗(On Diff #59841)

Just add this to the existing test file, the testing script uses -std=c++11 by default.

This revision is now accepted and ready to land.Jun 7 2016, 1:48 AM
hokein updated this revision to Diff 59843.Jun 7 2016, 1:51 AM
hokein marked an inline comment as done.
hokein edited edge metadata.

Use the existing test file.

This revision was automatically updated to reflect the committed changes.