We already handle pointers and references, member ptrs are just another
special case. Fixes PR40732.
Details
Details
- Reviewers
saugustine ilya-biryukov - Commits
- rGa65ec7eec8d1: Make getFullyQualifiedName qualify both the pointee and class type for member…
rC356250: Make getFullyQualifiedName qualify both the pointee and class type for member…
rL356250: Make getFullyQualifiedName qualify both the pointee and class type for member…
Diff Detail
Diff Detail
- Repository
- rL LLVM