[PATCH] D142315: [clang] Add test for CWG1111

Vlad Serebrennikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:30:15 PST 2023


Endill added a comment.

In D142315#4073782 <https://reviews.llvm.org/D142315#4073782>, @erichkeane wrote:

> I didn't internalize that it was 'just a warning' (it was a -error in the test above), we should have a task for someone to remove that warning as it is no longer ambiguous.  But I don't think it makes it 'partial' here anymore.

It is an error, because `-pedantic-errors` is enabled across DR test suite. I wonder why, given that even notes can't escape `-verify` mode unhandled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142315



More information about the cfe-commits mailing list