[PATCH] D25901: Remove LLVM_CONSTEXPR.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 12:06:15 PDT 2016


jlebar created this revision.
jlebar added reviewers: bkramer, mehdi_amini.
jlebar added a subscriber: llvm-commits.

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


https://reviews.llvm.org/D25901

Files:
  clang/include/clang/Parse/Parser.h
  llvm/include/llvm/ADT/ArrayRef.h
  llvm/include/llvm/ADT/Optional.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/include/llvm/CodeGen/MachineValueType.h
  llvm/include/llvm/CodeGen/ValueTypes.h
  llvm/include/llvm/Support/Compiler.h
  llvm/include/llvm/Support/MathExtras.h
  llvm/include/llvm/Support/RandomNumberGenerator.h
  llvm/include/llvm/Support/TrailingObjects.h
  llvm/include/llvm/Support/UnicodeCharRanges.h
  llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25901.75549.patch
Type: text/x-patch
Size: 20654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161023/32f74aee/attachment.bin>


More information about the llvm-commits mailing list