aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/PointerUnion.h
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of missing "template" keywords to disambiguate dependent template...Douglas Gregor2009-11-061-8/+11
* Fix a typo, and all of its copiesDouglas Gregor2009-07-291-3/+3
* Implement PointerUnion4.Douglas Gregor2009-07-291-0/+109
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-291-1/+1
* Allow the use of pointers to const within PointerUnion.Douglas Gregor2009-03-311-4/+8
* Stop guessing, start thinking, and make PointerUnion3::is actually be correct.Douglas Gregor2009-03-311-3/+1
* Really, really fix PointerUnion3::isDouglas Gregor2009-03-311-1/+1
* Make PointerUnion3::get work properlyDouglas Gregor2009-03-301-3/+5
* update comment.Chris Lattner2009-03-301-1/+1
* add a PointerUnion3 class and generalize PointerUnion to work withChris Lattner2009-03-301-15/+120
* add some comments, add a dyn_cast method.Chris Lattner2009-03-291-0/+16
* add helper method.Chris Lattner2009-03-291-0/+2
* Add a simple type-safe bit-mangling pointer union class. This allows Chris Lattner2009-03-291-0/+132