[Patch] Removing static initializers from TimeValue

Chandler Carruth chandlerc at google.com
Thu Aug 28 17:15:19 PDT 2014


On Thu, Aug 28, 2014 at 5:03 PM, Chris Bieneman <beanz at apple.com> wrote:

> I'm not really partial either way. I could put LLVM_CONSTEXPR on the
> methods which would give the best of both worlds.


Nah. If they're methods, constexpr doesn't matter at all. Just leave them
as methods since constexpr is still in "who knows" territory.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140828/984ef014/attachment.html>


More information about the llvm-commits mailing list