aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/StringSet.h
Commit message (Expand)AuthorAgeFilesLines
* modernize stringset interfaceChris Lattner2010-07-231-4/+3
* Remove extra blank line and space.Misha Brukman2009-01-081-2/+1
* Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar2008-10-271-3/+3
* Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov.Anton Korobeynikov2008-05-131-0/+40