Re: [lldb-dev] r247953 - TypeSystem is now a plugin interface

2015-09-29 Thread Zachary Turner via lldb-dev
Resending since the wrong list was CC'ed. On Tue, Sep 29, 2015 at 3:39 PM Zachary Turner wrote: > Hi Greg. I'm responding on this thread since you said lldb-dev is a > better place for questions. > > I had a chance to look at this some more. It looks like the way we're >

Re: [lldb-dev] r247953 - TypeSystem is now a plugin interface

2015-09-29 Thread Zachary Turner via lldb-dev
I was able to track this down to a bug in Clang. I have a patch up for review. http://reviews.llvm.org/D13276 I'm not sure what part of the TypeSystem refactor caused this to finally be exposed, but in any case I expect that patch will go through and this bug will be fixed. On Tue, Sep 29,

Re: [lldb-dev] r247953 - TypeSystem is now a plugin interface

2015-09-22 Thread Zachary Turner via lldb-dev
Resending since I sent to wrong list again. On Tue, Sep 22, 2015 at 10:12 AM Zachary Turner wrote: > In regards to this CL: > http://llvm.org/viewvc/llvm-project?rev=247953=rev > > It has broken TestCppValueCast on Windows and fixed TestCxxWcharT on > Windows as well.