usx95 wrote: Can you please do a rebase. I think after https://github.com/llvm/llvm-project/pull/176805, we could also target field accessors as well ```cpp struct S{ std::string s; std::string_view getS1() /*lb suggestion here*/ { return s; } std::string_view getS2() /*lb suggestion here*/ { return this->s; } } ```
https://github.com/llvm/llvm-project/pull/176703 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
