Add regression test for expressions calling functions taking anonymous struct typedef...
authorEwan Crawford <ewan@codeplay.com>
Tue, 15 Mar 2016 13:02:11 +0000 (13:02 +0000)
committerEwan Crawford <ewan@codeplay.com>
Tue, 15 Mar 2016 13:02:11 +0000 (13:02 +0000)
commitfae436326559f3e93944dc4d150fb945dc12097b
treee7f502d2c3bfdef2a5c56f96f337f02e7345d46e
parent6c78974b298d619ec11e243fb6fdea0b16f87a66
Add regression test for expressions calling functions taking anonymous struct typedef arguments

This CL adds a regression test for the bug listed at https://llvm.org/bugs/show_bug.cgi?id=26790
Functionality was implemented in commit r263544

Author: Luke Drummond <luke.drummond@codeplay.com>
Differential Revision: http://reviews.llvm.org/D17777

llvm-svn: 263547
lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/TestCallUserAnonTypedef.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp [new file with mode: 0644]