This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder
ClosedPublic

Authored by carlosgalvezp on Jan 14 2023, 9:46 AM.

Details

Summary

Fix applied by running:

run-clang-tidy.py -checks=-*,modernize-concat-nested-namespaces

Diff Detail

Event Timeline

carlosgalvezp created this revision.Jan 14 2023, 9:46 AM
Herald added a reviewer: njames93. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
carlosgalvezp requested review of this revision.Jan 14 2023, 9:46 AM

Also update add_new_check.py and rename_check.py

carlosgalvezp edited reviewers, added: Eugene.Zelenko; removed: lebedev.ri.Jan 14 2023, 9:56 AM
njames93 accepted this revision.Jan 14 2023, 10:15 AM

Assuming the pre-merge is happy, this LGTM

This revision is now accepted and ready to land.Jan 14 2023, 10:15 AM