move partial template specialization to FoldingSet.h.
[oota-llvm.git] / include / llvm / ADT / ImmutableList.h
2008-11-17 Zhongxing Xumove partial template specialization to FoldingSet.h.
2008-11-16 Zhongxing XuAdd partial specialization of FoldingSetTrait for Immut...
2008-11-16 Zhongxing XuFix 80-column violation.
2008-11-15 Zhongxing XuAdd Profile method to ImmutableList.
2008-10-21 Ted Kremenekconstify some methods and variables in ImmutableList.
2008-07-11 Ted KremenekMinor tweaks to the ImmutableList iterator interface.
2008-07-02 Ted KremenekImplemented operator!= for the ImmutableList iterator.
2008-06-30 Ted KremenekAdded some comments and some cleanups.
2008-06-30 Ted KremenekAdded ImmutableList, a companion ADT to ImmutableSet...