aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringSet.h
Commit message (Collapse)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-13/+2
| | | | Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
* [ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar2013-03-151-12/+14
| | | | | | | - The previous implementation always constructed the StringMap entry, even if the key was present in the set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177178 91177308-0d34-0410-b5e6-96231b3b80d8
* [Support/StringSet] Fix memory leak when inserted key already exists.Michael J. Spencer2012-10-231-2/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166517 91177308-0d34-0410-b5e6-96231b3b80d8
* modernize stringset interfaceChris Lattner2010-07-231-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109212 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extra blank line and space.Misha Brukman2009-01-081-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61916 91177308-0d34-0410-b5e6-96231b3b80d8
* Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar2008-10-271-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58268 91177308-0d34-0410-b5e6-96231b3b80d8
* Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov.Anton Korobeynikov2008-05-131-0/+40
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51048 91177308-0d34-0410-b5e6-96231b3b80d8