[PATCH] D55280: [CTU] Remove redundant error check

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 5 02:52:39 PST 2018


martong added a comment.

@Szelethus @balazske Thanks for your review! The meantime I have discussed with @xazax.hun that actually the called `ASTUnit::LoadFromASTFile` function inside `loadExternalAST` may return with a nullptr. So, the best is to handle that inside `loadExternalAST`.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55280





More information about the cfe-commits mailing list