aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableList.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2011-07-06Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-24Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-01-09Removed trailing whitespace.Misha Brukman
2008-11-17move partial template specialization to FoldingSet.h.Zhongxing Xu
2008-11-16Add partial specialization of FoldingSetTrait for ImmutableList.Zhongxing Xu
2008-11-16Fix 80-column violation.Zhongxing Xu
2008-11-15Add Profile method to ImmutableList.Zhongxing Xu
2008-10-21constify some methods and variables in ImmutableList.Ted Kremenek
2008-07-11Minor tweaks to the ImmutableList iterator interface.Ted Kremenek
2008-07-02Implemented operator!= for the ImmutableList iterator.Ted Kremenek
2008-06-30Added some comments and some cleanups.Ted Kremenek
2008-06-30Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is...Ted Kremenek