diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-02-19 02:51:07 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-02-19 02:51:07 +0000 |
commit | 344abaa026063ec1bf27082a2aea471a019ead71 (patch) | |
tree | 714085a253aa6e5051535d233988c5cd1bc1ae18 /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | bf9cd17f12aec86b25f70cd1ea87239ae20652b4 (diff) | |
download | bcm5719-llvm-344abaa026063ec1bf27082a2aea471a019ead71.tar.gz bcm5719-llvm-344abaa026063ec1bf27082a2aea471a019ead71.zip |
Fix SemaTemplate/instantiate-field.cpp after r261297.
For templates, fields can have incomplete types:
template <class T>
struct A2 {
struct B;
B b;
};
Don't try to touch the DefinitionData of those fields.
llvm-svn: 261301
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions