Enable nested namespace check in clang-tidy (#118506)

It is time to enable nested namespaces in the code.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/118506
Approved by: https://github.com/albanD
This commit is contained in:
cyy
2024-01-31 00:32:35 +00:00
committed by PyTorch MergeBot
parent 1b03423526
commit 4a019047ad
33 changed files with 65 additions and 142 deletions

View File

@ -42,7 +42,6 @@ misc-*,
-misc-non-private-member-variables-in-classes,
-misc-confusable-identifiers,
modernize-*,
-modernize-concat-nested-namespaces,
-modernize-macro-to-enum,
-modernize-return-braced-init-list,
-modernize-use-auto,