[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 00:41:19 PST 2021


MyDeveloperDay added a comment.

FYI clang-format will correct namespace comments if you change the namespace name, or add some other comment there

However likely for historical reasons we don't change

  // end namespace <name>
  // end of namespace <name>


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