Eugene.Zelenko added a comment. > In https://reviews.llvm.org/D32346#733906, @Eugene.Zelenko wrote: > >> It may be good idea to add check for arguments which taken from C++ >> containers like std::string, std::string_view, etc. > > > Not sure how you want. Do you envision something like: > > std::string Par; > strlen(Par.c_str() + 1);
Even strlen(Par.c_str()) will be reasonable. Repository: rL LLVM https://reviews.llvm.org/D32346 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits