[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
Wed Nov 25 08:53:39 PST 2015
aaron.ballman updated this revision to Diff 41150.
aaron.ballman marked 3 inline comments as done.
aaron.ballman added a comment.
Updating patch based on review comments.
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
clang-tidy/cert/ThrownExceptionTypeCheck.cpp
clang-tidy/utils/Matchers.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.41150.patch
Type: text/x-patch
Size: 10521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151125/f66d78a7/attachment.bin>
More information about the cfe-commits
mailing list