[Lldb-commits] [PATCH] D11102: Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 2 11:00:04 PDT 2015
dawn added a comment.
HI Jim/Sean,
Did you guys want to have a final review or can I go ahead and commit? Basically, this patch includes the changes you requested, but it also 1) fixes how the languages are recognized (the switch statement was incomplete) and 2) reworks the language-based test cases to check C/C++03 vs. C++11 (instead of C++ vs. ObjC) since C++ now enables ObjC.
Repository:
rL LLVM
http://reviews.llvm.org/D11102
More information about the lldb-commits
mailing list