[ADT] Run clang-format over PointerUnion.h and clean up its comments.
[oota-llvm.git] / include / llvm / ADT / PointerUnion.h
2015-12-28 Chandler Carruth[ADT] Run clang-format over PointerUnion.h and clean...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2014-04-29 Chandler Carruth[ADT] Teach PointerUnion to support assignment directly...
2014-04-15 Nick LewyckyAdd a DenseMapInfo specialization for PointerUnion...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-21 David BlaikieBasic unit tests for PointerUnion
2013-08-16 Chris LattnerI'm told that != is not ==
2013-08-16 Chris Lattnerallow != to compare PointerUnion, we already support ==.
2013-05-15 Douglas GregorAdd missing #include
2013-05-15 David BlaikieUse only explicit bool conversion operators
2012-12-03 Argyrios KyrtzidisEliminate redundant bitwise operations when using a...
2012-07-13 Galina KistanovaFixed few warnings.
2012-03-11 Douglas GregorAdd a few missing 'template' keywords
2012-03-06 Argyrios KyrtzidisPointerUnion::getAddrOf() does not need to be template...
2011-08-12 Chris LattnerFix an obscure bug in PointerUnion that would bite...
2011-03-07 Argyrios KyrtzidisTry fixing mingw build.
2011-03-07 Argyrios KyrtzidisDo a compiler check that we use one of the types from...
2011-02-19 Argyrios KyrtzidisAllow getting the address of the value in a PointerUnio...
2010-03-30 Ted KremenekChange PointerUnionX::getFromOpaqueValue() to be declar...
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-07-29 Douglas GregorFix a typo, and all of its copies
2009-07-29 Douglas GregorImplement PointerUnion4.
2009-06-29 Sebastian RedlFix three MSVC 2008 warnings that completely clutter...
2009-03-31 Douglas GregorAllow the use of pointers to const within PointerUnion.
2009-03-31 Douglas GregorStop guessing, start thinking, and make PointerUnion3...
2009-03-31 Douglas GregorReally, really fix PointerUnion3::is
2009-03-30 Douglas GregorMake PointerUnion3::get work properly
2009-03-30 Chris Lattnerupdate comment.
2009-03-30 Chris Lattneradd a PointerUnion3 class and generalize PointerUnion...
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...