[PATCH] D52771: [clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuidelines, HICPP)

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 23:31:58 PDT 2018


lebedev.ri marked an inline comment as done.
lebedev.ri 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>`
----------------
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.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52771





More information about the cfe-commits mailing list