Files
llvm-mirror/lib/IR
David Blaikie 60e6c80905 Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool>
This is to be consistent with StringSet and ultimately with the standard
library's associative container insert function.

This lead to updating SmallSet::insert to return pair<iterator, bool>,
and then to update SmallPtrSet::insert to return pair<iterator, bool>,
and then to update all the existing users of those functions...

llvm-svn: 222334
2014-11-19 07:49:26 +00:00
..
2014-11-11 21:30:22 +00:00
2014-11-11 21:30:22 +00:00
2014-06-27 18:19:56 +00:00
2014-11-11 21:30:22 +00:00
2014-11-11 21:30:22 +00:00
2013-01-02 09:10:48 +00:00
2014-06-12 16:06:51 +00:00
2014-11-11 21:30:22 +00:00
2014-08-21 21:09:24 +00:00