Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / ADT / ImmutableList.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-07-06 Nick LewyckyAdd ImmutableList::contains(). Patch by Rui Paulo!
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
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...