[PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 14:02:39 PDT 2015
randomcppprogrammer updated this revision to Diff 36795.
randomcppprogrammer marked 11 inline comments as done.
randomcppprogrammer added a comment.
Incorporated feedback from Aaron Ballmann
main changes:
- replaced isa followed by cast with dyn_cast
- reworked comments
- fixed typo in diagnosis message
http://reviews.llvm.org/D11328
Files:
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/MiscTidyModule.cpp
clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp
clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h
test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11328.36795.patch
Type: text/x-patch
Size: 15404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151007/5512b48e/attachment-0001.bin>
More information about the cfe-commits
mailing list