This is an archive of the discontinued LLVM Phabricator instance.

[Clang][NFC] Cleanup dcl.constexpr/p3 tests
ClosedPublic

Authored by cor3ntin on Mar 22 2022, 3:50 PM.

Details

Summary
  • Check for warnings instead of using -Werror, to avoid masking the

type of diagnostic emitted

  • use different -verify labels instead of using conditional

compilation of diagnostic checks

Diff Detail

Event Timeline

cor3ntin created this revision.Mar 22 2022, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 3:50 PM
cor3ntin requested review of this revision.Mar 22 2022, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 3:50 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Mar 23 2022, 7:04 AM

LGTM, thanks for the cleanup!

This revision is now accepted and ready to land.Mar 23 2022, 7:04 AM
This revision was automatically updated to reflect the committed changes.