[clang-tools-extra] [clang-tidy] Speed up/rewrite `bugprone-stringview-nullptr` (PR #192889)

Victor Chernyakin via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 19 21:33:07 PDT 2026


================
@@ -2,7 +2,7 @@
 
 namespace std {
 
-using size_t = long long;
+using size_t = unsigned long long;
----------------
localspook wrote:

Drive-by fix

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


More information about the cfe-commits mailing list