[PATCH] D72235: [clang-tidy] new altera unroll loops check

Frank Derry Wanye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 15:11:31 PST 2020


ffrankies updated this revision to Diff 248322.
ffrankies added a comment.

@Eugene.Zelenko It turns out we were using an old mirror <https://github.com/llvm-mirror/clang-tools-extra> of the clang-tools-extra repository, that no longer seems to be updated. I switched to the llvm-project <https://github.com/llvm/llvm-project/> repo, and updated the documentation accordingly (some of the formatting is different now). Let me know if I missed anything - if not, I will be switching the other checks over to the llvm-project repo as well over the coming weeks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72235/new/

https://reviews.llvm.org/D72235

Files:
  clang-tools-extra/clang-tidy/CMakeLists.txt
  clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
  clang-tools-extra/clang-tidy/altera/AlteraTidyModule.cpp
  clang-tools-extra/clang-tidy/altera/CMakeLists.txt
  clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.cpp
  clang-tools-extra/clang-tidy/altera/UnrollLoopsCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/altera-unroll-loops.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/docs/clang-tidy/index.rst
  clang-tools-extra/test/clang-tidy/checkers/altera-unroll-loops.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72235.248322.patch
Type: text/x-patch
Size: 30760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200304/5b4af930/attachment-0001.bin>


More information about the cfe-commits mailing list