[PATCH] D59466: [clang-tidy] openmp-exception-escape - a new check
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 07:40:49 PDT 2019
lebedev.ri added a comment.
In D59466#1434841 <https://reviews.llvm.org/D59466#1434841>, @baloghadamsoftware wrote:
> Great work! Thank you! I only have minor comment: did you consider moving the refactoring of `ExceptionAnalyzer` into a separate (prerequisite) patch?
Yes, absolutely, that will be separate patch.
I just wanted to finally post the check to show how it **finally** (*sigh*) comes together in the end.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59466/new/
https://reviews.llvm.org/D59466
More information about the cfe-commits
mailing list