This is an archive of the discontinued LLVM Phabricator instance.

Make noexcept check for constant expressions.
Needs ReviewPublic

Authored by Eelis on Apr 26 2015, 5:07 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This fixes PR15481.

Diff Detail

Event Timeline

Eelis updated this revision to Diff 24442.Apr 26 2015, 5:07 AM
Eelis retitled this revision from to Make noexcept check for constant expressions..
Eelis updated this object.
Eelis edited the test plan for this revision. (Show Details)
Eelis added a subscriber: Unknown Object (MLST).

Thanks for looking into this! I have submitted a very small patch to fix this bug in 2013, in D538. It has been abandoned, because Richard was planning to implement Core DR 1351.