David Blaikie 5401ba7099 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...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222334 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-19 07:49:26 +00:00
..
2014-11-03 10:58:05 +00:00
2014-11-14 08:38:17 +00:00
2014-11-18 22:17:30 +00:00
2014-09-11 22:55:25 +00:00
2014-07-23 17:18:05 +00:00
2013-12-12 15:45:32 +00:00
2014-10-16 10:10:07 +00:00
2014-11-04 12:35:47 +00:00
2014-06-25 15:47:36 +00:00
2014-06-24 05:59:52 +00:00
2014-11-05 04:44:31 +00:00
2014-08-23 23:07:14 +00:00