Skip to content

Make namespace end comments more consistent #673

@htuch

Description

@htuch

In various places we have

namespace Foo {
...
} // Foo

in others we have

namespace Bar {
...
} // namespace Bar

This would be best to make consistent. In recent versions of clang-format (https://clang.llvm.org/docs/ClangFormatStyleOptions.html) this can be enforced automatically with the FixNamespaceComments option. The version in the Docker CI image is too old, so we need to upgrade this first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions