george.karpenkov added inline comments.
================
Comment at: lib/StaticAnalyzer/Checkers/DanglingStringPointerChecker.cpp:29
+
+class DanglingStringPointerChecker : public Checker<check::PostCall> {
+ CallDescription CStrFn;
----------------
"string" is a bit ambiguous, if this checker is specifically for std::string
should we change the name to reflect that?
Repository:
rC Clang
https://reviews.llvm.org/D47135
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits