shafik added a comment.

`ASTImporter` changes looks good to me.



================
Comment at: clang/lib/AST/ASTImporter.cpp:6525
+
+  const ASTContext &context = Importer.getToContext();
+  if (E->isResultDependent()) {
----------------
nitpick `context` -> `ToCtx` to be consistent with other code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92600

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

Reply via email to