Re: [Lldb-commits] [PATCH] Fix expression evaluation after clang r232793

2015-03-23 Thread Pavel Labath
abandoning as this is fixed already http://reviews.llvm.org/D8482 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu

Re: [Lldb-commits] [PATCH] Fix expression evaluation after clang r232793

2015-03-23 Thread Greg Clayton
We really do not want this change. This means anytime we play with a class it will complete it right away, regardless of needing a full definition or not. This fix should be done in clang so that clang naturally knows how to say I need a full definition and I need to know to complete a class