aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Trie.h
Commit message (Expand)AuthorAgeFilesLines
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+2
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-301-2/+1
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-051-0/+1
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-2/+2
* Update for DOTGraphTraits changes.Owen Anderson2009-06-241-1/+2
* Fixed lint errors:Misha Brukman2009-02-201-2/+6
* No need for typedefs with enums in C++.Dan Gohman2008-03-131-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* More eye-candy stuff :)Anton Korobeynikov2007-12-201-14/+9
* Add iterators for child traversal.Anton Korobeynikov2007-12-201-13/+29
* Define addString() and lookup() out-of-line to dissuade the C++ compiler from...Anton Korobeynikov2007-12-161-65/+71
* Provide GraphTraits and DOTGraphTraits interface for Trie.Anton Korobeynikov2007-12-161-54/+109
* Use vector for child storage instead of map. This will also makeAnton Korobeynikov2007-12-121-19/+61
* Remove Trie::Edge class. Now edge labels are stored into nodes itself.Anton Korobeynikov2007-12-111-91/+85
* Add first and really dirty version of generic Trie structureAnton Korobeynikov2007-12-111-0/+223