JonasToth added inline comments.

================
Comment at: clang-tidy/readability/FunctionCognitiveComplexityCheck.cpp:27
+  // Here are all the possible reasons:
+  enum Criteria : unsigned char {
+    None = 0,
----------------
JonasToth wrote:
> i think clarifying which language constructs relative to what criteria would 
> help here.
> 
> with the document next to me here its clear, but i think we shouldn't expect 
> that. a link/refernce to the page would be nice, too.
*relate


Repository:
  rL LLVM

https://reviews.llvm.org/D36836



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

Reply via email to