[PATCH] D80371: [clang-tidy] Fix potential assert in use-noexcept check

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 23 16:59:03 PDT 2020


njames93 added a comment.

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.


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