[PATCH] D53818: [ASTImporter] Changed use of Import to Import_New in ASTImporter.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 29 09:07:54 PDT 2018


balazske added a comment.

The Import functions are replaced by Import_New and error handling is added. This is done in the implementation of the Import_New functions itself, and in importInto. (Code of old Import functions is moved to the Import_New and updated to use Import_New.) Some other functions in ASTImporter are still using the Import, these are to be changed later.


Repository:
  rC Clang

https://reviews.llvm.org/D53818





More information about the cfe-commits mailing list