diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2019-11-27 09:35:47 -0800 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2019-11-27 10:12:27 -0800 |
commit | 6fd6cfdf72f9236520ac642e74cdb93d87532955 (patch) | |
tree | a50134e177fea704fda438ed1683a94018489758 /llvm | |
parent | f30fe16d4902617a33dac1ebca066a7cb7e0f2ec (diff) | |
download | bcm5719-llvm-6fd6cfdf72f9236520ac642e74cdb93d87532955.tar.gz bcm5719-llvm-6fd6cfdf72f9236520ac642e74cdb93d87532955.zip |
scudo: Replace a couple of macros with their expansions.
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
Diffstat (limited to 'llvm')
0 files changed, 0 insertions, 0 deletions