[PATCH] D14824: [PATCH] Add clang-tidy check for static or thread_local objects where construction may throw

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 12:54:23 PST 2015


aaron.ballman updated this revision to Diff 40695.
aaron.ballman added a comment.

Ensuring unresolved exception specifications are properly handled.


http://reviews.llvm.org/D14824

Files:
  clang-tidy/cert/CERTTidyModule.cpp
  clang-tidy/cert/CMakeLists.txt
  clang-tidy/cert/StaticObjectExceptionCheck.cpp
  clang-tidy/cert/StaticObjectExceptionCheck.h
  docs/clang-tidy/checks/cert-static-object-exception.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cert-static-object-exception.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14824.40695.patch
Type: text/x-patch
Size: 8488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151119/7a0c17e8/attachment.bin>


More information about the cfe-commits mailing list