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