summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorshafik <syaghmour@apple.com>2019-12-19 11:14:39 -0800
committershafik <syaghmour@apple.com>2019-12-19 11:16:54 -0800
commit6a7df3a3f940473088b1db1ccadafe52bb274b62 (patch)
tree25a7cad2c079f05975a31053942c094f9a97e61f /lldb/packages/Python/lldbsuite/test/dotest_args.py
parentb4982d6ecd67f52e6a783985e8708b319518fddf (diff)
downloadbcm5719-llvm-6a7df3a3f940473088b1db1ccadafe52bb274b62.tar.gz
bcm5719-llvm-6a7df3a3f940473088b1db1ccadafe52bb274b62.zip
[ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we complete each FieldDecl of a RecordDecl when we are importing the definiton
This fix was motivated by a crashes in expression parsing during code generation in which we had a RecordDecl that had incomplete FieldDecl. During code generation when computing the layout for the RecordDecl we crash because we have several incomplete FieldDecl. This fixes the issue by assuring that during ImportDefinition(...) for a RecordDecl we also import the definitions for each FieldDecl. Differential Revision: https://reviews.llvm.org/D71378
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud