a_sidorin added a comment.

Thanks for the fixes! I'd like to clarify one moment, however.



================
Comment at: lib/AST/ASTImporter.cpp:2154
+        return NameOrErr.takeError();
     }
   }
----------------
Should we write `else Name = *NameOrError`?


Repository:
  rC Clang

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

https://reviews.llvm.org/D59692



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

Reply via email to