[PATCH] D102251: Suppress Deferred Diagnostics in discarded statements.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 11 10:38:38 PDT 2021


tra accepted this revision.
tra added a comment.

LGTM for CUDA. This matches the intent of deferred diags -- we only emit them if we get to generate the code for the sources that triggered them, so they should not show up for the false constexpr branches.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102251/new/

https://reviews.llvm.org/D102251



More information about the cfe-commits mailing list