This is an archive of the discontinued LLVM Phabricator instance.

[AST] Fix certain consteval assignment and comma operator issues with fixed-point types.
ClosedPublic

Authored by ebevhan on Jan 22 2020, 6:27 AM.

Details

Summary

Assignment and comma operators for fixed-point types were being constevaled as other
binary operators, but they need special treatment.

Event Timeline

ebevhan created this revision.Jan 22 2020, 6:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 22 2020, 6:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
leonardchan accepted this revision.Jan 22 2020, 5:25 PM
This revision is now accepted and ready to land.Jan 22 2020, 5:25 PM
ebevhan updated this revision to Diff 255979.Apr 8 2020, 5:10 AM

Rebased.

rjmccall accepted this revision.Apr 10 2020, 6:28 PM
This revision was automatically updated to reflect the committed changes.