petrhosek wrote:

I'd use `std::string_view` as a return value instead of `const char *` as a 
more idiomatic C++ in which case you don't need to rename the method to 
`c_str()`.

https://github.com/llvm/llvm-project/pull/96921
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to