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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
