[PATCH] D148697: [clang-tidy] Add more checks for functions which should be noexcept
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 13 10:21:04 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:193
+- New alias :doc:`cppcoreguidelines-noexcept-destructor
+ <clang-tify/checks/cppcoreguidelines/noexcept-destructor>` to
+ :doc`performance-noexcept-destructor
----------------
you got spelling wrong in these, its clang-tidy, not tify
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148697/new/
https://reviews.llvm.org/D148697
More information about the cfe-commits
mailing list