[clang-tools-extra] [clang-tidy] Reland "An option for conditional skipping overloaded functions in modernize-use-string-view" (PR #196387)

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Sun May 10 08:17:05 PDT 2026


================
@@ -0,0 +1,147 @@
+// RUN: %check_clang_tidy -check-suffix=DONTCHECK \
----------------
unterumarmung wrote:

Thanks! It was just weird for me that the contents of the namespace are indented, for example here:
```cpp
namespace overload_with_inline {
  inline namespace inline_namespace {
    std::string overload1(int) { return "int"; }
```

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


More information about the cfe-commits mailing list