balazske added a comment.

This change is in conflict with our similar patch to introduce error handling 
in `ASTImporter`. That patch would be a much bigger one, because (almost) every 
import can fail, return of every `Import` (not only Decl) is changed from `X` 
to `Expected<X>`. After every import (inside the import functions too) the 
result needs to be checked always for error.


Repository:
  rC Clang

https://reviews.llvm.org/D50672



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to