[PATCH] D44079: [ASTImporter] Allow testing of import sequences; fix import of typedefs for anonymous decls

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 12 05:54:09 PDT 2018


baloghadamsoftware added a comment.

By moving the code that sets the type name of an anoynmous declaration from Import(Decl*) to ImportDefinition(RecordDecl*, RecordDecl*, ImportDefinitionKind) (and the same for Enum) we will not crash upon importing typedefs containing anonymous strcutures. This is a patch-over-patch for it, including the test cases:

F5887321: D44079-Mod.diff <https://reviews.llvm.org/F5887321>


Repository:
  rC Clang

https://reviews.llvm.org/D44079





More information about the cfe-commits mailing list