[PATCH] D80371: [clang-tidy] Fix potential assert in use-noexcept check
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 24 06:23:49 PDT 2020
aaron.ballman added a comment.
In D80371#2052454 <https://reviews.llvm.org/D80371#2052454>, @njames93 wrote:
> In D80371#2052069 <https://reviews.llvm.org/D80371#2052069>, @aaron.ballman wrote:
>
> > LGTM, but please add a test case for the changes.
>
>
> As this fix is preventing a crash in error causing code I can't include a specific test case as the clang-tidy tests will fail if there is any error emitted from clang.
We support that case as well. See test/clang-tidy/checkers/misc-unused-using-decls-errors.cpp as an example.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80371/new/
https://reviews.llvm.org/D80371
More information about the cfe-commits
mailing list