[PATCH] D128314: [Clang-tidy] Fixing a bug in clang-tidy infinite-loop checker

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 5 22:16:15 PDT 2022


NoQ added a comment.

Sounds great! I have a nitpick but other than that I think this fix is good to go.



================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:3841
 
+/// matches if ObjCMessageExpr's callee declaration matches
+///
----------------
It looks like documentation traditionally starts with a capital letter and ends with `.`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128314



More information about the cfe-commits mailing list