aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
diff options
context:
space:
mode:
authorMarek Kurdej <marek.kurdej+llvm.org@gmail.com>2022-02-03 18:29:53 +0100
committerMarek Kurdej <marek.kurdej+llvm.org@gmail.com>2022-02-03 18:45:51 +0100
commit529aa4b011c4ae808d658022ef643c44dd9b2c9c (patch)
treeae429cfedfbcef9c9f9ddb390364b765df06538c /llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
parent237eb37260e9091655e2c771155aab9a19cafad7 (diff)
downloadllvm-529aa4b011c4ae808d658022ef643c44dd9b2c9c.zip
llvm-529aa4b011c4ae808d658022ef643c44dd9b2c9c.tar.gz
llvm-529aa4b011c4ae808d658022ef643c44dd9b2c9c.tar.bz2
[clang-format] Avoid adding space after the name of a function-like macro when the name is a keyword.
Fixes https://github.com/llvm/llvm-project/issues/31086. Before the code: ``` #define if(x) ``` was erroneously formatted to: ``` #define if (x) ``` Reviewed By: HazardyKnusperkeks, owenpan Differential Revision: https://reviews.llvm.org/D118844
Diffstat (limited to 'llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp')
0 files changed, 0 insertions, 0 deletions