aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableList.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-01-091-36/+36
* move partial template specialization to FoldingSet.h.Zhongxing Xu2008-11-171-5/+0
* Add partial specialization of FoldingSetTrait for ImmutableList.Zhongxing Xu2008-11-161-0/+5
* Fix 80-column violation.Zhongxing Xu2008-11-161-3/+3
* Add Profile method to ImmutableList.Zhongxing Xu2008-11-151-0/+4
* constify some methods and variables in ImmutableList.Ted Kremenek2008-10-211-9/+9
* Minor tweaks to the ImmutableList iterator interface.Ted Kremenek2008-07-111-2/+26
* Implemented operator!= for the ImmutableList iterator.Ted Kremenek2008-07-021-1/+2
* Added some comments and some cleanups.Ted Kremenek2008-06-301-1/+16
* Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is...Ted Kremenek2008-06-301-0/+175