[PATCH] D72235: [clang-tidy] new altera unroll loops check
Frank Derry Wanye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 10:21:05 PST 2020
ffrankies updated this revision to Diff 246993.
ffrankies marked 9 inline comments as done.
ffrankies added a comment.
Addressed comments by @Eugene.Zelenko
- Used const auto * when type is mentioned in same sentence
- Fixed formatting in documentation
- Documented default value of `MaxLoopIterations` option
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72235/new/
https://reviews.llvm.org/D72235
Files:
clang-tidy/CMakeLists.txt
clang-tidy/ClangTidyForceLinker.h
clang-tidy/altera/AlteraTidyModule.cpp
clang-tidy/altera/CMakeLists.txt
clang-tidy/altera/UnrollLoopsCheck.cpp
clang-tidy/altera/UnrollLoopsCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/altera-unroll-loops.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/index.rst
test/clang-tidy/checkers/altera-unroll-loops.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72235.246993.patch
Type: text/x-patch
Size: 29976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200227/84f317a2/attachment-0001.bin>
More information about the cfe-commits
mailing list