Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb][ClangExpressionParser] Remove duplicate construction of Extern…
…alASTSourceWrapper This is an oversight from #104817 where the intention was to hoist the ExternalASTSourceWrapper construction out of the conditional so it can be set on both the `SemaSourceWithPriorities` and be added as an external source to Sema. But the inner `ExternalASTSourceWrapper` allocation wasn't actually removed. This currently all works fine because all these AST sources are refcounted and point to the same underlying AST sources. But this patch cleans this up regardless.
- Loading branch information