[PATCH] D115115: [doc] Fix namespace comment style in Coding Guidelines

MyDeveloperDay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 01:49:29 PST 2021


MyDeveloperDay added a comment.

I'm not a massive fan of changing the defaults of clang-format because this can have an impact on anyone using LLVM as a style base (a lot of people outside of LLVM)
, and we will massively break our https://clang.llvm.org/docs/ClangFormattedStatus.html

If I thought it was ok for me to spin through all the LLVM code and clang-format everything then I'd say yes, but this was decided we didn't want to do that. (Although I would love to start chipping away at those files that are 99% as often they lose their clean status from time to time)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115115/new/

https://reviews.llvm.org/D115115



More information about the llvm-commits mailing list