llvm-project
3034c096 - [clang-format] bugfix: Whitesmiths with IndentAccessModifiers (#182432)

Commit
51 days ago
[clang-format] bugfix: Whitesmiths with IndentAccessModifiers (#182432) Due to special handling of Whitesmiths when parsing, the additional level(s) needed for the block, when used with IndentAccessModifiers, were not being applied. Consequently, when calculating the access modifier indent offset, the modifiers were being placed at the class level. This change ensures that the additional level(s) are not omitted for Whitesmiths.
Author
Parents
Loading