[clang-tidy] New checker for exceptions that are created but not thrown
authorGabor Horvath <xazax.hun@gmail.com>
Thu, 15 Feb 2018 09:08:51 +0000 (09:08 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Thu, 15 Feb 2018 09:08:51 +0000 (09:08 +0000)
commitc23f924b752151a59694146225261b17d68693d7
tree7eef1ac3e0f63fbc5e71907ee1854879aa0efbd9
parentce4f0af3023fb3e023030d83998e3055545f13d0
[clang-tidy] New checker for exceptions that are created but not thrown

Patch by: Kristof Umann

Differential Revision: https://reviews.llvm.org/D43120

llvm-svn: 325222
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp [new file with mode: 0644]
clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h [new file with mode: 0644]
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone-throw-keyword-missing.rst [new file with mode: 0644]
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/bugprone-throw-keyword-missing.cpp [new file with mode: 0644]