[clang] Fixes and closes issues, #53390 and #58710. Added new controls to IndentNamespaceAliases, IndentUsingDeclarations and DecorateReflowedComments. (PR #102894)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 06:58:56 PDT 2024
mydeveloperday wrote:
see my comment here (https://github.com/llvm/llvm-project/issues/53390) about why do we need `IndentNamespaceAliases` and `IndentUsingDeclarations` this just feels like it open the door to `IndentFunctions`, `IndentWhatever` I don't get why Aliases and Using would need to be treated differently from anything else? am I missing something?
https://github.com/llvm/llvm-project/pull/102894
More information about the cfe-commits
mailing list