[PATCH] D72362: [clang-tidy] misc-no-recursion: a new check
    Roman Lebedev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Feb 13 00:59:56 PST 2020
    
    
  
lebedev.ri updated this revision to Diff 244354.
lebedev.ri marked 16 inline comments as done and an inline comment as not done.
lebedev.ri added a comment.
Ping.
@aaron.ballman thank you for taking a look!
Addressed review notes.
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.244354.patch
Type: text/x-patch
Size: 25646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200213/4bf102ce/attachment-0001.bin>
    
    
More information about the cfe-commits
mailing list