george.karpenkov added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp:164
+  // - sizeof(dst)
+  if (Append && isSizeof(LenArg, DstArg))
+    return true;
----------------
george.karpenkov wrote:
> I am confused on what is happening in this branch and why is it bad. Could we 
> add a commend?
Sorry I'm still confused about this branch: could you clarify?


https://reviews.llvm.org/D49722



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

Reply via email to