[PATCH] D64671: [clang-tidy] New check: misc-init-local-variables
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 13:55:49 PDT 2019
Eugene.Zelenko added a comment.
It'll be reasonable to get IncludeStyle default from .clang-format.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:71
+
+- New :doc:`cppcoreguidelines-init-variables
+ <clang-tidy/checks/cppcoreguidelines-init-variables>` check.
----------------
Please sort new checks list alphabetically.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64671/new/
https://reviews.llvm.org/D64671
More information about the cfe-commits
mailing list