[PATCH] D43120: [clang-tidy] New checker for exceptions that are created but not thrown

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 14 01:52:31 PST 2018


Szelethus updated this revision to Diff 134174.
Szelethus added a comment.

Renamed the checker from `misc-throw-keyword-missing` to `bugprone-throw-keyword-missing`.


https://reviews.llvm.org/D43120

Files:
  clang-tidy/bugprone/BugproneTidyModule.cpp
  clang-tidy/bugprone/CMakeLists.txt
  clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
  clang-tidy/bugprone/ThrowKeywordMissingCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/bugprone-throw-keyword-missing.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/bugprone-throw-keyword-missing.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43120.134174.patch
Type: text/x-patch
Size: 11423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180214/11bf590f/attachment.bin>


More information about the cfe-commits mailing list