Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scudo: Replace a couple of macros with their expansions. | Peter Collingbourne | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | | The macros INLINE and COMPILER_CHECK always expand to the same thing (inline and static_assert respectively). Both expansions are standards compliant C++ and are used consistently in the rest of LLVM, so let's improve consistency with the rest of LLVM by replacing them with the expansions. Differential Revision: https://reviews.llvm.org/D70793 | ||||
* | compiler-rt: Rename .cc file in lib/scudo/standalone to .cpp | Nico Weber | 2019-08-01 | 1 | -0/+192 |
Like r367463, but for scudo/standalone. llvm-svn: 367568 |