There was only an Import function for QualType but not for Type.
For correct import of some AST nodes where not QualType is used
an import of Type * is needed. (It is the case with
FieldDecl::getCapturedVLAType.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo