[PATCH] D52771: [clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuidelines, HICPP)
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 13 01:52:04 PDT 2018
JonasToth added inline comments.
================
Comment at: docs/ReleaseNotes.rst:113
+
+- New alias :doc:`cppcoreguidelines-non-private-member-variables-in-classes
+ <clang-tidy/checks/cppcoreguidelines-non-private-member-variables-in-classes>`
----------------
lebedev.ri wrote:
> Eugene.Zelenko wrote:
> > Please move new alias after new checks.
> You mean after all the new checks, at the very bottom?
> Because right now it is right after the check itself.
Yup, the aliases were mentioned last in the release notes (at least last release).
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52771
More information about the cfe-commits
mailing list