[clang-tools-extra] [clang-tidy] Extend readability-container-size-empty to std::size() (PR #201231)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 3 03:48:40 PDT 2026


================
@@ -924,6 +930,50 @@ class ReportInTemplateContainerNonEmptyMethod {
   }
 };
 
+namespace GH198494 {
----------------
vbvictor wrote:

No need for new namespace

```suggestion
```

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


More information about the cfe-commits mailing list