[llvm-branch-commits] [llvm] [llvm][mustache] Use StringRef parameters (PR #159190)

Erick Velez via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Sep 28 22:57:20 PDT 2025


https://github.com/evelez7 commented:

Mega-nit but shouldn't this patch be called "Use StringRef return values"? The return value is what's being changed to a pair of `StringRef`s, not the parameters.

https://github.com/llvm/llvm-project/pull/159190


More information about the llvm-branch-commits mailing list