[clang] [clang-tools-extra] Remove `StringLiteral` in favor of `StringRef` (PR #122366)
James Henderson via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 00:43:23 PST 2025
jh7370 wrote:
> Do we care about performance on MSVC ?
Just responding to this point (although I accept it's moot in the current context): yes we care about performance when building with MSVC - our downstream toolchain is hosted on Windows. I'm sure we're not the only Windows client either.
https://github.com/llvm/llvm-project/pull/122366
More information about the cfe-commits
mailing list