Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang-repl] fix cleanup context in CleanUpPTU()
Get the last context returned by collectAllContexts() instead of just the primary context. This fixes cleanup in nested namespaces: instead of cleaning up all the namespace hierarchy it cleans up just the innermost namespace.
- Loading branch information