| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo, and all of its copies | Douglas Gregor | 2009-07-29 | 1 | -3/+3 |
* | Implement PointerUnion4. | Douglas Gregor | 2009-07-29 | 1 | -0/+109 |
* | Fix three MSVC 2008 warnings that completely clutter the build output. | Sebastian Redl | 2009-06-29 | 1 | -1/+1 |
* | Allow the use of pointers to const within PointerUnion. | Douglas Gregor | 2009-03-31 | 1 | -4/+8 |
* | Stop guessing, start thinking, and make PointerUnion3::is actually be correct. | Douglas Gregor | 2009-03-31 | 1 | -3/+1 |
* | Really, really fix PointerUnion3::is | Douglas Gregor | 2009-03-31 | 1 | -1/+1 |
* | Make PointerUnion3::get work properly | Douglas Gregor | 2009-03-30 | 1 | -3/+5 |
* | update comment. | Chris Lattner | 2009-03-30 | 1 | -1/+1 |
* | add a PointerUnion3 class and generalize PointerUnion to work with | Chris Lattner | 2009-03-30 | 1 | -15/+120 |
* | add some comments, add a dyn_cast method. | Chris Lattner | 2009-03-29 | 1 | -0/+16 |
* | add helper method. | Chris Lattner | 2009-03-29 | 1 | -0/+2 |
* | Add a simple type-safe bit-mangling pointer union class. This allows | Chris Lattner | 2009-03-29 | 1 | -0/+132 |