efriedma added a comment.

The refactoring of the getCurrentMangleNumberContext API mixed with functional 
changes makes this much harder to review quickly.  Please separate it out.



================
Comment at: clang/lib/Sema/SemaLambda.cpp:353
+                                          ManglingContextDecl),
+        ManglingContextDecl);
   }
----------------
If I'm following correctly, the core of the change is right here?  Instead of 
grabbing a context from the ExpressionEvaluationContextRecord directly, we 
instead grab the current decl from it, and look up the context from that?  That 
makes sense.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68715



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

Reply via email to