[PATCH] D14619: [PATCH] clang-tidy checker for nothrow copy constructible exception objects

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 13 07:29:05 PST 2015


aaron.ballman updated this revision to Diff 40149.
aaron.ballman marked 3 inline comments as done.
aaron.ballman added a comment.

Updated to address review comments.


http://reviews.llvm.org/D14619

Files:
  clang-tidy/cert/CERTTidyModule.cpp
  clang-tidy/cert/CMakeLists.txt
  clang-tidy/cert/ThrownExceptionTypeCheck.cpp
  clang-tidy/cert/ThrownExceptionTypeCheck.h
  docs/clang-tidy/checks/cert-thrown-exception-type.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cert-throw-exception-type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14619.40149.patch
Type: text/x-patch
Size: 8843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151113/b3ea605e/attachment.bin>


More information about the cfe-commits mailing list