This is an archive of the discontinued LLVM Phabricator instance.

Remove LLVM_CONSTEXPR.
ClosedPublic

Authored by jlebar on Oct 23 2016, 12:06 PM.

Details

Summary

With MSVC 2013 and GCC < 4.8 gone, we can use the "constexpr" keyword.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 75549.Oct 23 2016, 12:06 PM
jlebar retitled this revision from to Remove LLVM_CONSTEXPR..
jlebar updated this object.
jlebar added reviewers: bkramer, mehdi_amini.
jlebar added a subscriber: llvm-commits.
bkramer accepted this revision.Oct 23 2016, 12:20 PM
bkramer edited edge metadata.

lg, nuke it :)

This revision is now accepted and ready to land.Oct 23 2016, 12:20 PM
This revision was automatically updated to reflect the committed changes.