malcolm.parsons added a comment.

LGTM!



================
Comment at: clang-tidy/readability/FunctionSizeCheck.cpp:58
+    // is already nested NestingThreshold levels deep, record the start 
location
+    // of this new compound statement
+    if (CurrentNestingLevel == Info.NestingThreshold)
----------------
Missing full stop.


Repository:
  rL LLVM

https://reviews.llvm.org/D34202



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to