summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2016-03-03 01:21:28 +0000
committerSean Callanan <scallanan@apple.com>2016-03-03 01:21:28 +0000
commitbb33f58a1a48021165619af088050f8576d41576 (patch)
tree74b11d0a9c53077d19389e3e9a74d1d518c2e9da /lldb/packages/Python/lldbsuite/test/python_api
parentae27b2380fe0b7fed17766ef8cba0683706cfc48 (diff)
downloadbcm5719-llvm-bb33f58a1a48021165619af088050f8576d41576.tar.gz
bcm5719-llvm-bb33f58a1a48021165619af088050f8576d41576.zip
Fixed a problem where the ASTImporter mishandled in-class initializers.
Previously, the ASTImporter, when copying a FieldDecl, would make the new FieldDecl use the exact same in-class initializer as the original FieldDecl, which is a problem since the initializer is in the wrong AST. The initializer must be imported, just like all the other parts of the field. Doug Gregor reviewed this fix. <rdar://problem/24943405> llvm-svn: 262572
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud