[Lldb-commits] [PATCH] D11790: Fix ObjC++ types Class and id being defined in C and C++ expressions.

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 11 08:46:55 PDT 2015


spyffe added a comment.

It looks like this patch does not use "language" to determine which language the expression parser runs in, but rather to allow lookups specifically of "id" and "Class" if the current frame is not Objective-C++.  Is that correct?


http://reviews.llvm.org/D11790





More information about the lldb-commits mailing list