[PATCH] D32480: clang-format: Add CompactNamespaces option

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 04:43:31 PDT 2017


krasimir added a comment.

In any case, adding a namespace end comment to a line closing multiple namespaces is super confusing for me: what does the comment refer to: the inner one, the outer one, or both?
`}} // namespace A::B`


https://reviews.llvm.org/D32480





More information about the cfe-commits mailing list