This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from b4253dcb [clangd] Drop fixes if replying with tweaks resulted in an error new e718a871 [clang-tidy] refactor bugprone-exception-escape analysis into class
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 165 +++------------------ clang-tidy/bugprone/ExceptionEscapeCheck.h | 6 +- clang-tidy/utils/CMakeLists.txt | 1 + .../ExceptionAnalyzer.cpp} | 128 +++++----------- clang-tidy/utils/ExceptionAnalyzer.h | 48 ++++++ 5 files changed, 102 insertions(+), 246 deletions(-) copy clang-tidy/{bugprone/ExceptionEscapeCheck.cpp => utils/ExceptionAnalyzer.cpp} (51%) create mode 100644 clang-tidy/utils/ExceptionAnalyzer.h