[PATCH] D64671: [clang-tidy] New check: misc-init-local-variables
Jussi Pakkanen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 2 14:25:10 PDT 2019
jpakkane updated this revision to Diff 218392.
jpakkane added a comment.
Updated to fix review comments. NOTE: detecting the include fix is broken because I could not get it to work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64671/new/
https://reviews.llvm.org/D64671
Files:
clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-init-variables.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/cppcoreguidelines-init-variables.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64671.218392.patch
Type: text/x-patch
Size: 13664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190902/b4363824/attachment-0001.bin>
More information about the cfe-commits
mailing list