Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
misc-use-anonymous-namespace
(#19831)
[misc-use-anonymous-namespace](https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html) suggests moving static variables and functions into anonymous namespaces (doesn't appear to effect classes). This conflicts with https://llvm.org/docs/CodingStandards.html#anonymous-namespaces (see #18764 (comment)): >Because of this, we have a simple guideline: make anonymous namespaces as small as possible, and only use them for class declarations. It also clutters LSP warnings/errors. Signed-off-by: Ian Wood <[email protected]>
- Loading branch information