This is an archive of the discontinued LLVM Phabricator instance.

Add test for an invalid requirement in requires expr.
ClosedPublic

Authored by usaxena95 on Jan 15 2023, 10:38 PM.

Details

Summary

The one introduced in D140547 was brittle. Fixing max template depth to
a small value would still test the same issue without causing actual
stack exhaustion.

Diff Detail

Event Timeline

usaxena95 created this revision.Jan 15 2023, 10:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 10:38 PM
usaxena95 requested review of this revision.Jan 15 2023, 10:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 10:38 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Jan 16 2023, 2:48 AM
This revision was automatically updated to reflect the committed changes.