summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/PointerUnion.h
Commit message (Expand)AuthorAge
* Add missing #includeDouglas Gregor2013-05-15
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.Argyrios Kyrtzidis2012-12-03
* Fixed few warnings.Galina Kistanova2012-07-13
* Add a few missing 'template' keywordsDouglas Gregor2012-03-11
* PointerUnion::getAddrOf() does not need to be template since we can onlyArgyrios Kyrtzidis2012-03-06
* Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,Chris Lattner2011-08-12
* Try fixing mingw build.Argyrios Kyrtzidis2011-03-07
* Do a compiler check that we use one of the types from PointerUnion[N], instea...Argyrios Kyrtzidis2011-03-07
* Allow getting the address of the value in a PointerUnion or PointerIntPair if...Argyrios Kyrtzidis2011-02-19
* Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' ins...Ted Kremenek2010-03-30
* Add a bunch of missing "template" keywords to disambiguate dependent template...Douglas Gregor2009-11-06
* Fix a typo, and all of its copiesDouglas Gregor2009-07-29
* Implement PointerUnion4.Douglas Gregor2009-07-29
* Fix three MSVC 2008 warnings that completely clutter the build output.Sebastian Redl2009-06-29
* Allow the use of pointers to const within PointerUnion.Douglas Gregor2009-03-31
* Stop guessing, start thinking, and make PointerUnion3::is actually be correct.Douglas Gregor2009-03-31
* Really, really fix PointerUnion3::isDouglas Gregor2009-03-31
* Make PointerUnion3::get work properlyDouglas Gregor2009-03-30
* update comment.Chris Lattner2009-03-30
* add a PointerUnion3 class and generalize PointerUnion to work withChris Lattner2009-03-30
* add some comments, add a dyn_cast method.Chris Lattner2009-03-29
* add helper method.Chris Lattner2009-03-29
* Add a simple type-safe bit-mangling pointer union class. This allows Chris Lattner2009-03-29