This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Ignore StaticAssertDecls
ClosedPublic

Authored by tbaeder on Feb 17 2023, 8:12 AM.

Details

Summary
They have already been handled before, but we can't just return false
when we encounter one.

Diff Detail

Event Timeline

tbaeder created this revision.Feb 17 2023, 8:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 8:12 AM
tbaeder requested review of this revision.Feb 17 2023, 8:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2023, 8:12 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Feb 28 2023, 4:42 AM
shafik accepted this revision.Feb 28 2023, 9:01 AM

LGTM

This revision was landed with ongoing or failed builds.Apr 3 2023, 7:57 AM
This revision was automatically updated to reflect the committed changes.