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. llvm-svn: 112527
Loading
Please register or sign in to comment