diff options
author | Adam Balogh <adam.balogh@ericsson.com> | 2018-07-13 13:09:40 +0000 |
---|---|---|
committer | Adam Balogh <adam.balogh@ericsson.com> | 2018-07-13 13:09:40 +0000 |
commit | e0e5b4cf2e8e2a878fb3d75c32bfda8905431de6 (patch) | |
tree | f0e488e7affa04fc93fcc0b18df91162265d5294 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | d47bde0d7a8bff7ef1526cc13b05b1d633550e32 (diff) | |
download | llvm-e0e5b4cf2e8e2a878fb3d75c32bfda8905431de6.zip llvm-e0e5b4cf2e8e2a878fb3d75c32bfda8905431de6.tar.gz llvm-e0e5b4cf2e8e2a878fb3d75c32bfda8905431de6.tar.bz2 |
[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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions