[PATCH] D64671: [clang-tidy] New check: misc-init-local-variables
Jussi Pakkanen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 12:45:22 PDT 2019
jpakkane updated this revision to Diff 217958.
jpakkane added a comment.
Updated patch to remove #include<stdint.h> and the corresponding uint32_t test code snippet.
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.217958.patch
Type: text/x-patch
Size: 11967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190829/003910d5/attachment-0001.bin>
More information about the cfe-commits
mailing list