[PATCH] D141769: [clang-tidy][NFC] Use C++17 nested namespaces in add_new_check.py and rename_check.py
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 14 09:50:57 PST 2023
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:109-110
+- Use C++17 nested namespaces in `add_new_check.py` and `rename_check.py`.
+
New checks
----------------
njames93 wrote:
> Such a trivial change like this probably doesn't need to go in the release notes, @Eugene.Zelenko thoughts?
Probably should not, since entire code base was moved to C++17.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141769/new/
https://reviews.llvm.org/D141769
More information about the cfe-commits
mailing list