Currently the resulting type is always invalid in such case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It shouldn't be too hard to make a test using c-index-test. -test-print-type will print out the pointee type if it's valid.
tools/libclang/CXType.cpp | ||
---|---|---|
448 ↗ | (On Diff #162617) | Seems like this might make sense for Type::DeducedTemplateSpecialization too. |
Comment Actions
You are completely right! Thanks!
I did not think that -test-print-type also checks for the pointee.