[PATCH] D40937: [clang-tidy] Infinite loop checker

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 08:15:25 PST 2017


xazax.hun added inline comments.


================
Comment at: clang-tidy/misc/InfiniteLoopCheck.cpp:121
+
+  Stmt *FunctionBody = nullptr;
+  if (ContainingLambda)
----------------
This could be pointer to const, right?


https://reviews.llvm.org/D40937





More information about the cfe-commits mailing list