[Lldb-commits] [PATCH] D11447: Specify a language to use when parsing expressions.

Sean Callanan scallanan at apple.com
Fri Jul 24 10:43:59 PDT 2015


spyffe added a comment.

This all looks all right to me, except that we should print errors if C or Objective-C is requested, because we can only run in C++ or Objective-C++ mode.
We should be careful to switch away from ObjC++ only on request, and not based on the current compilation unit's language, but that's a different patch.


Repository:
  rL LLVM

http://reviews.llvm.org/D11447







More information about the lldb-commits mailing list