diff options
author | Shafik Yaghmour <syaghmour@apple.com> | 2021-02-09 16:09:32 -0800 |
---|---|---|
committer | Shafik Yaghmour <syaghmour@apple.com> | 2021-02-09 16:11:28 -0800 |
commit | 4f14c17df70916913d71914343dd4f6c709e218d (patch) | |
tree | a96b56b887b22503015a7130b00efb9a69136466 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | ffd7be65d0efbe8448b8fa051ad213be51e8c367 (diff) | |
download | llvm-4f14c17df70916913d71914343dd4f6c709e218d.zip llvm-4f14c17df70916913d71914343dd4f6c709e218d.tar.gz llvm-4f14c17df70916913d71914343dd4f6c709e218d.tar.bz2 |
[LLDB] Remove uneeded CopyType from BlockPointerSyntheticFrontEnd
BlockPointerSyntheticFrontEnd does a CopyType which results in it copying the type
back into its own context. This will result in a call to ASTImporterDelegate::setOrigin
with &decl->getASTContext() == origin.ctx this can result in an infinite recursion
later on in ASTImporter since it will attempt to find the decl in its origin which will be itself.
Differential Revision: https://reviews.llvm.org/D96366
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions