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

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 15 01:11:55 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325222: [clang-tidy] New checker for exceptions that are created but not thrown (authored by xazax, committed by ).
Herald added subscribers: llvm-commits, klimek.

Changed prior to commit:
  https://reviews.llvm.org/D43120?vs=134174&id=134389#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43120

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43120.134389.patch
Type: text/x-patch
Size: 12186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180215/54864e96/attachment-0001.bin>


More information about the cfe-commits mailing list