eandrews added a comment.

ping

I just realized I modified the summary when I uploaded a new patch, but did not 
add a comment about the changes I made. Based on feedback from the bug report 
(https://bugs.llvm.org/show_bug.cgi?id=40982), I changed my approach for this 
crash. This patch changes the type dependency of the member which causes the 
crash.

Currently, when member expressions are created, their type dependency is set 
based on the class it is part of and not its own type.  I don't quite 
understand why, and changing it broke a whole lot of lit tests. So, in this 
patch I only attempted to modify the type-dependency of 'members of current 
instantiation' to set it based on it's type as opposed to the containing 
classes' type.


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

https://reviews.llvm.org/D61027



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

Reply via email to