With MSVC 2013 and GCC < 4.8 gone, we can use the "constexpr" keyword.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D25901
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
Event Timelinejlebar updated this object. This revision is now accepted and ready to land.Oct 23 2016, 12:20 PM Closed by commit rL284947: Remove LLVM_CONSTEXPR. (authored by jlebar). · Explain WhyOct 23 2016, 12:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 75551 cfe/trunk/include/clang/Parse/Parser.h
llvm/trunk/include/llvm/ADT/ArrayRef.h
llvm/trunk/include/llvm/ADT/Optional.h
llvm/trunk/include/llvm/ADT/STLExtras.h
llvm/trunk/include/llvm/CodeGen/MachineValueType.h
llvm/trunk/include/llvm/CodeGen/ValueTypes.h
llvm/trunk/include/llvm/Support/Compiler.h
llvm/trunk/include/llvm/Support/MathExtras.h
llvm/trunk/include/llvm/Support/RandomNumberGenerator.h
llvm/trunk/include/llvm/Support/TrailingObjects.h
llvm/trunk/include/llvm/Support/UnicodeCharRanges.h
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
|