[PATCH] D72362: [clang-tidy] misc-no-recursion: a new check
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 11:43:25 PST 2020
lebedev.ri updated this revision to Diff 242713.
lebedev.ri marked 11 inline comments as done.
lebedev.ri added a comment.
@NoQ Thank you for taking a look!
Rebased, addressed most of the review notes (some tests could be added), split callgraph changes into a separate review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72362/new/
https://reviews.llvm.org/D72362
Files:
clang-tools-extra/clang-tidy/misc/CMakeLists.txt
clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
clang-tools-extra/clang-tidy/misc/NoRecursionCheck.cpp
clang-tools-extra/clang-tidy/misc/NoRecursionCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/misc-no-recursion.rst
clang-tools-extra/test/clang-tidy/checkers/misc-no-recursion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72362.242713.patch
Type: text/x-patch
Size: 23970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200205/8cd6d952/attachment-0001.bin>
More information about the cfe-commits
mailing list