[PATCH] D24894: [clang-tidy] Prefer transparent functors to non-transparent one.
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 22 09:26:15 PDT 2016
xazax.hun updated the summary for this revision.
xazax.hun removed rL LLVM as the repository for this revision.
xazax.hun updated this revision to Diff 75530.
xazax.hun marked 3 inline comments as done.
xazax.hun added a comment.
- Fixed the performance problems.
- Altered the diagnostic text.
- Documentation improvements.
- Added an option to silence some warnings.
- Updated to latest trunk.
https://reviews.llvm.org/D24894
Files:
clang-tidy/modernize/CMakeLists.txt
clang-tidy/modernize/ModernizeTidyModule.cpp
clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
clang-tidy/modernize/UseTransparentFunctorsCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/modernize-use-transparent-functors.rst
test/clang-tidy/modernize-use-transparent-functors.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24894.75530.patch
Type: text/x-patch
Size: 13489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161022/a894af5c/attachment-0001.bin>
More information about the cfe-commits
mailing list