NoQ added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/CStringChecker.cpp:106
+                        bool isAppending,
+                        bool canOverlap = false) const;
 
----------------
The fact that the regular `strcpy`/`strcat` isn't checked for overlaps looks 
like an omission to me. The difference between `strcpy`/`strcat` and 
`strlcpy`/`strlcat` is not in how it handles overlaps.


Repository:
  rC Clang

https://reviews.llvm.org/D45177



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

Reply via email to