If import of one Decl fails during import of child Decls, do not stop immediately instead continue with importing. The errors from child imports are collected in a special Error object. The handleAllErrors should handle this error list and call the error handlers for the contained errors (no modification is needed in CrossTranslationUnitContext::importDefinition or other users).
If import of one Decl fails during import of child Decls, do not stop immediately instead continue with importing. The errors from child imports are collected in a special Error object. The handleAllErrors should handle this error list and call the error handlers for the contained errors (no modification is needed in CrossTranslationUnitContext::importDefinition or other users).