[Lldb-commits] [PATCH] D18005: Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/union

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 9 12:16:41 PST 2016


jingham added a comment.

There's actually already a test for handling C anonymous unions in lang/c/anonymous.  That tests the expression parser and some direct SBValue queries at present.  It would be appropriate to add your test as another test case in here.


Repository:
  rL LLVM

http://reviews.llvm.org/D18005





More information about the lldb-commits mailing list