[all-commits] [llvm/llvm-project] d8a214: [NFC][LLVM][ADT] Simplify `StringRef` case insensi...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Thu Jul 10 13:08:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8a2141ff98ee35cd1886f536ccc3548b012820b
https://github.com/llvm/llvm-project/commit/d8a2141ff98ee35cd1886f536ccc3548b012820b
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M llvm/lib/Support/StringRef.cpp
Log Message:
-----------
[NFC][LLVM][ADT] Simplify `StringRef` case insensitive compare (#147994)
Change `ascii_strncasecmp` to use a range for loop and use StringRef
parameters.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list