[ADT] Fix a confusing interface spec and some annoying peculiarities
[oota-llvm.git] / include / llvm / ADT / SmallSet.h
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2013-12-22 Yaron KerenThe count() function for STL datatypes returns unsigned...
2013-11-23 Alp TokerPut an unused result attribute on SmallSet::empty()
2013-04-04 Nadav RotemDocument the return value of SmallSet insert.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-01-05 Chris Lattnerallow clients of SmallSet to specify their own comparis...
2009-09-15 Dan GohmanFix apostrophos.
2009-05-04 Mike StumpRestore minor deletion.
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-04 Chris LattnerVarious bugfixes
2007-01-27 Chris LattnerMake SmallSet<whatever*, N> faster by transparently...
2007-01-27 Chris LattnerGive SmallSet a reasonable fallback if it gets large...
2007-01-27 Chris Lattnersimplify insert interface
2007-01-23 Chris Lattnerfix typo
2007-01-23 Chris Lattnermake the SmallSet interface more std::set-like
2007-01-23 Chris Lattneradd a trivial SmallSet class, which operates on a simil...