summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/standalone/report.cpp
Commit message (Collapse)AuthorAgeFilesLines
* scudo: Replace a couple of macros with their expansions.Peter Collingbourne2019-11-271-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 .cppNico Weber2019-08-011-0/+192
Like r367463, but for scudo/standalone. llvm-svn: 367568
OpenPOWER on IntegriCloud