a.sidorin added a comment.

Hi Rafael! I like the change.



================
Comment at: lib/CrossTU/CrossTranslationUnit.cpp:276
+  ASTImporter &Importer = getOrCreateASTImporter(D->getASTContext());
+  auto *ToDecl = cast<T>(Importer.Import(const_cast<T *>(D)));
+  assert(HasDefinition(ToDecl));
----------------
Are we always sure that Import() returns non-null value of appropriate type? If 
no, we have to check the result after applying dyn_cast_or_null.


Repository:
  rC Clang

https://reviews.llvm.org/D46421



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

Reply via email to