Fixed a bug where ClangExpressionVariableList was
storing pointers to objects inside a std::vector.
These objects can move around as the std::vector
changes, invalidating the pointers.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@112527 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed