[clang-tools-extra] [clang-tidy] Make `modernize-use-using`'s fix-its more robust (PR #149694)
Victor Chernyakin via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 29 05:58:39 PDT 2025
localspook wrote:
Nope; that's the preexisting issue I mention in the description. I believe fixing it in the general case would require Clang to provide extra information in `TypedefDecl`, something like a `SourceRange DeclSpecSeqRange`:
```cpp
typedef const int *ptr1, *ptr2;
^^^^^^^^^
```
https://github.com/llvm/llvm-project/pull/149694
More information about the cfe-commits
mailing list