diff options
author | Enrico Granata <egranata@apple.com> | 2013-02-07 18:23:56 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-02-07 18:23:56 +0000 |
commit | 85425d77b8ed75fb5996b2df795530ca163d79d5 (patch) | |
tree | d26a2d6c0cf775829e9fc64904038dc64138e924 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 63f700e4d1876abcce74276dbf9838f9902e7664 (diff) | |
download | llvm-85425d77b8ed75fb5996b2df795530ca163d79d5.zip llvm-85425d77b8ed75fb5996b2df795530ca163d79d5.tar.gz llvm-85425d77b8ed75fb5996b2df795530ca163d79d5.tar.bz2 |
<rdar://problem/13107151>
SBValueList was backed by a ValueObjectList. This caused us to lose track of the additional metadata in the ValueImpl that backs SBValue.
This checkin fixes that by backing SBValueList with ValueListImpl (that essentially wraps a vector<SBValue>).
llvm-svn: 174638
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions