diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-17 17:57:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 17:57:56 +0000 |
commit | 67e70971ccc258d3a5dac00a8e93af82b41ecb2d (patch) | |
tree | c1ffe005554f5db0471e556cd90eee5560169d00 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | cea19a475bb1b147db0fba55582812105e22da69 (diff) | |
download | llvm-67e70971ccc258d3a5dac00a8e93af82b41ecb2d.zip llvm-67e70971ccc258d3a5dac00a8e93af82b41ecb2d.tar.gz llvm-67e70971ccc258d3a5dac00a8e93af82b41ecb2d.tar.bz2 |
fix PR6858: a dangling pointer use bug which was caused
by switching CachedFunctionInfo from a std::map to a
ValueMap (which is implemented in terms of a DenseMap).
DenseMap has different iterator invalidation semantics
than std::map.
This should hopefully fix the dragonegg builder.
llvm-svn: 101658
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions