[clang-format] Don't use PPIndentWidth inside multi-line macros
authorNoah Goldstein <goldstein.w.n@gmail.com>
Sat, 19 Nov 2022 09:06:37 +0000 (01:06 -0800)
committerOwen Pan <owenpiano@gmail.com>
Sun, 20 Nov 2022 07:53:48 +0000 (23:53 -0800)
commit92bccf5d3d2122d57f12dc07d4781e90edefd7ef
treed4924009c3d5c0492bdef874a167f7b33f6a2298
parentc903136f195b65f175797eaf856213b1a6826fa2
[clang-format] Don't use PPIndentWidth inside multi-line macros

Differential Revision: https://reviews.llvm.org/D137181
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/TokenAnnotator.h
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h
clang/unittests/Format/FormatTest.cpp