commit | 2fc5a786beaba1fbac1de65d78889d72b667f2d3 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Wed Apr 24 17:54:25 2019 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Wed Apr 24 17:54:25 2019 +0000 |
tree | a3136cb21a5ba3f8ce402361552b79115a8d7691 | |
parent | abdb816b776cc43a1f318c84d26e1fe5840da073 [diff] |
Add std::is_constant_evaluated. Clang recently added __builtin_is_constant_evaluated() and GCC 9.0 has it as well. This patch adds support for it in libc++. llvm-svn: 359119