[clang-format] Do not add space after return-like keywords in macros.
authorMarek Kurdej <marek.kurdej+llvm.org@gmail.com>
Thu, 17 Feb 2022 10:10:41 +0000 (11:10 +0100)
committerMarek Kurdej <marek.kurdej+llvm.org@gmail.com>
Thu, 17 Feb 2022 21:12:39 +0000 (22:12 +0100)
commit331e8e4e27be5dd673898a89a7cf00e76903216a
tree9f1c727ceb1891854f0d41c10e209968f9f6ebb7
parent6c80e385540b6e33b43262f0c5de4fafc03abfbd
[clang-format] Do not add space after return-like keywords in macros.

Fixes https://github.com/llvm/llvm-project/issues/33336.

Reviewed By: HazardyKnusperkeks, owenpan

Differential Revision: https://reviews.llvm.org/D120028
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp