This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Make 'modernize-pass-by-value' fix work on header files.
ClosedPublic

Authored by hokein on Mar 1 2016, 1:44 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 49463.Mar 1 2016, 1:44 AM
hokein retitled this revision from to [clang-tidy] Make 'modernize-pass-by-value' fix work on header files..
hokein updated this object.
hokein set the repository for this revision to rL LLVM.
hokein added a subscriber: cfe-commits.
alexfh accepted this revision.Mar 1 2016, 2:15 AM
alexfh edited edge metadata.

LG. Thanks!

test/clang-tidy/modernize-pass-by-value-header.cpp
1 ↗(On Diff #49463)

This might need // REQUIRES: shell (please find other tests using cp to check this).

This revision is now accepted and ready to land.Mar 1 2016, 2:15 AM
jbcoe added a subscriber: jbcoe.Mar 1 2016, 12:20 PM
This revision was automatically updated to reflect the committed changes.