Files
clang-p2996/clang/lib/Analysis/ThreadSafetyCommon.cpp
Kazu Hirata f71749c5ef [clang] Drop explicit conversions of string literals to StringRef (NFC)
We routinely rely on implicit conversions of string literals to
StringRef so that we can use operator==(StringRef, StringRef).

The LHS here are all known to be of StringRef.
2024-05-16 22:32:06 -07:00

35 KiB