[clang-tools-extra] [clang-tidy] Speed up/rewrite `bugprone-stringview-nullptr` (PR #192889)
Daniil Dudkin via cfe-commits
cfe-commits at lists.llvm.org
Sun May 3 15:50:03 PDT 2026
================
@@ -19,21 +19,13 @@ namespace clang::tidy::bugprone {
/// braced initializer list does not compile so instead a call to `.empty()` or
/// the empty string literal are used, where appropriate.
----------------
unterumarmung wrote:
And I guess this should be updated...
https://github.com/llvm/llvm-project/pull/192889
More information about the cfe-commits
mailing list