llvm-project/clang-tools-extra/docs/clang-tidy
Adam Balogh e0e5b4cf2e [clang-tidy] Exception Escape Checker
Finds functions which may throw an exception directly or indirectly, but they
should not: Destructors, move constructors, move assignment operators, the
main() function, swap() functions, functions marked with throw() or noexcept
and functions given as option to the checker.

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

llvm-svn: 336997
2018-07-13 13:09:40 +00:00
..
checks [clang-tidy] Exception Escape Checker 2018-07-13 13:09:40 +00:00
index.rst [clang-tidy] Store checks profiling info as JSON files 2018-06-06 15:07:51 +00:00