aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2019-11-27 09:35:47 -0800
committerPeter Collingbourne <peter@pcc.me.uk>2019-11-27 10:12:27 -0800
commit6fd6cfdf72f9236520ac642e74cdb93d87532955 (patch)
treea50134e177fea704fda438ed1683a94018489758 /clang/lib/Frontend/CompilerInvocation.cpp
parentf30fe16d4902617a33dac1ebca066a7cb7e0f2ec (diff)
downloadllvm-6fd6cfdf72f9236520ac642e74cdb93d87532955.zip
llvm-6fd6cfdf72f9236520ac642e74cdb93d87532955.tar.gz
llvm-6fd6cfdf72f9236520ac642e74cdb93d87532955.tar.bz2
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 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions