[clang-tools-extra] [clang-tidy] Check inherited constructors in bugprone-argument-comment (PR #179105)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 1 06:57:24 PST 2026


zwuis wrote:

It would be nice to test further inherited constructors.

```cpp
struct Derived : Over {
  using Over::Over;
};
```

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


More information about the cfe-commits mailing list