summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/PointerUnionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-2/+2
* Add TinyPtrVector support for general pointer-like things.Andrew Trick2019-08-201-2/+53
* Fix broken test case.Richard Trieu2019-05-171-3/+3
* Convert PointerUnion to a variadic template.Richard Smith2019-05-171-0/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-1/+1
* [ADT] Teach PointerUnion to support assignment directly from nullptr toChandler Carruth2014-04-291-0/+6
* [cleanup] Add some actual positive tests for equality. This unittestChandler Carruth2014-04-281-2/+6
* [cleanup] Make this test use a proper fixture rather than globals.Chandler Carruth2014-04-281-7/+6
* [cleanup] Fix the whitespace in this test. Notably, correct spacingChandler Carruth2014-04-281-12/+11
* Basic unit tests for PointerUnionDavid Blaikie2013-08-211-0/+64
OpenPOWER on IntegriCloud