This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Do not issue fixit for explicit template specializations
ClosedPublic

Authored by flx on Jul 20 2017, 9:35 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

flx created this revision.Jul 20 2017, 9:35 PM
alexfh requested changes to this revision.Jul 21 2017, 5:22 AM
alexfh added inline comments.
test/clang-tidy/performance-unnecessary-value-param.cpp
358 ↗(On Diff #107631)

Did you mean to add a CHECK-FIXES to ensure the code stays unchanged?

This revision now requires changes to proceed.Jul 21 2017, 5:22 AM
flx updated this revision to Diff 107786.Jul 22 2017, 7:08 AM
flx edited edge metadata.
flx marked an inline comment as done.
alexfh accepted this revision.Jul 23 2017, 6:23 AM

LG. Thanks!

This revision is now accepted and ready to land.Jul 23 2017, 6:23 AM
This revision was automatically updated to reflect the committed changes.