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