Björn Schäpers
2c3b12b541
[clang-format][NFCish] Obey debug settings
...
Differential Revision: https://reviews.llvm.org/D156228
2023-08-02 11:50:14 +02:00
serge-sans-paille
a3c248db87
Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ part
...
This is a follow-up to https://reviews.llvm.org/D140896 , split into
several parts as it touches a lot of files.
Differential Revision: https://reviews.llvm.org/D141139
2023-01-09 12:15:24 +01:00
owenca
3d62139862
[clang-format][NFC] Reformat clang/lib/Format using 6257832bf94f
...
Fix braces and add .clang-format to keep the directory formatted.
Differential Revision: https://reviews.llvm.org/D134329
2022-09-21 12:02:49 -07:00
Manuel Klimek
f44d28f840
Fix build errors.
2022-07-12 07:43:26 +00:00
Manuel Klimek
d6d0dc1f45
[clang-format] Add MacroUnexpander.
...
MacroUnexpander applies the structural formatting of expanded lines into
UnwrappedLines to the corresponding unexpanded macro calls, resulting in
UnwrappedLines for the macro calls the user typed.
Differential Revision: https://reviews.llvm.org/D88299
2022-07-12 07:11:46 +00:00