[clang] [clang-tools-extra] Remove `StringLiteral` in favor of `StringRef` (PR #122366)
Benoit Jacob via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 13:12:51 PST 2025
bjacob wrote:
@s-barannikov
> > * the `strlen` is NOT constant-evaluated on MSVC, even the latest version.
>
> The godbolt link shows otherwise?
This is what I see in godbolt - to me this loop looks like strlen:

https://github.com/llvm/llvm-project/pull/122366
More information about the cfe-commits
mailing list