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

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 01:25:09 PST 2019


balazske added a comment.

This is the next part of the changes for error handling. D53818 <https://reviews.llvm.org/D53818> was for `ASTImporter` functions only, this is for `ASTNodeImporter` (the `Import_New` functions are not used at many places directly because mostly the few import templates are used). The next part is D55049 <https://reviews.llvm.org/D55049> which switches to `Import_New` in every other place (in clang source code only). Next part would be to use `Import_New` in lldb, then rename all `Import_New` to `Import` (and remove old `Import`).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53757/new/

https://reviews.llvm.org/D53757





More information about the cfe-commits mailing list