[PATCH] D70094: [clang-tidy] new altera ID dependent backward branch check
Frank Derry Wanye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 12:19:26 PST 2019
ffrankies updated this revision to Diff 231309.
ffrankies added a comment.
Implemented changes requested by @Eugene.Zelenko
Also changed for loop in `hasIdDepVar` and `hasIdDepField` to range-based for loops, and updated the license information in IdDependentBackwardBranchCheck.cpp
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70094/new/
https://reviews.llvm.org/D70094
Files:
clang-tidy/CMakeLists.txt
clang-tidy/ClangTidyForceLinker.h
clang-tidy/altera/AlteraTidyModule.cpp
clang-tidy/altera/CMakeLists.txt
clang-tidy/altera/IdDependentBackwardBranchCheck.cpp
clang-tidy/altera/IdDependentBackwardBranchCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/altera-id-dependent-backward-branch.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/index.rst
test/clang-tidy/checkers/altera-id-dependent-backward-branch.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70094.231309.patch
Type: text/x-patch
Size: 27147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191127/560577b5/attachment-0001.bin>
More information about the cfe-commits
mailing list