diff options
author | Sean Callanan <scallanan@apple.com> | 2016-03-03 01:21:28 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2016-03-03 01:21:28 +0000 |
commit | bb33f58a1a48021165619af088050f8576d41576 (patch) | |
tree | 74b11d0a9c53077d19389e3e9a74d1d518c2e9da /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | |
parent | ae27b2380fe0b7fed17766ef8cba0683706cfc48 (diff) | |
download | bcm5719-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/source-manager/TestSourceManager.py')
0 files changed, 0 insertions, 0 deletions