aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableSet.h
AgeCommit message (Expand)Author
2007-10-17ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek
2007-10-15Fixed incorrect renaming of method name (forgot two characters).Ted Kremenek
2007-10-15Added more doxygen comments.Ted Kremenek
2007-10-11Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.Ted Kremenek
2007-10-11Added iterators to ImmutableSet.Ted Kremenek
2007-10-10Added some doxygen comments to ImmutableSet.Ted Kremenek
2007-10-10Removed uninformative assertions that catch problems that willTed Kremenek
2007-10-10Removed "height" of an AVL tree node from its Profile. This isTed Kremenek
2007-10-10Removed spurious forward declaration to a structure that will no longer be used.Ted Kremenek
2007-10-10Added some doxygen comments to a few methods of ImutAVLTree.Ted Kremenek
2007-10-10Added preliminary support for iterators in ImutAVLTree.Ted Kremenek
2007-10-10Renamed internal method "Create" of ImutAVLTree to "CreateNode".Ted Kremenek
2007-10-09Added implementation of immutable (functional) maps and sets, asTed Kremenek