llvm-project/clang-tools-extra/clang-tidy/hicpp
Aaron Ballman a3274e5443 Add hicpp-exception-baseclass to the HIC++ module.
This enforces that throwing an exception in C++ requires that exception to inherit from std::exception.

Patch by Jonas Toth.

llvm-svn: 310727
2017-08-11 16:31:51 +00:00
..
CMakeLists.txt Add hicpp-exception-baseclass to the HIC++ module. 2017-08-11 16:31:51 +00:00
ExceptionBaseclassCheck.cpp Add hicpp-exception-baseclass to the HIC++ module. 2017-08-11 16:31:51 +00:00
ExceptionBaseclassCheck.h Add hicpp-exception-baseclass to the HIC++ module. 2017-08-11 16:31:51 +00:00
HICPPTidyModule.cpp Add hicpp-exception-baseclass to the HIC++ module. 2017-08-11 16:31:51 +00:00
LICENSE.TXT
NoAssemblerCheck.cpp
NoAssemblerCheck.h