This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Add import of 'BitIntType'
Needs ReviewPublic

Authored by strimo378 on Aug 15 2023, 7:58 PM.

Diff Detail

Event Timeline

strimo378 created this revision.Aug 15 2023, 7:58 PM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: martong. · View Herald Transcript
strimo378 requested review of this revision.Aug 15 2023, 7:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 7:58 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

I think the ASTImporter class has in general a completion problem. What do you think about rewriting it that any missing Visit* function for Type, Decl and Stmt produces an compiler error?