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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits