summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/AnyTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ADT] Only run death tests in !NDEBUGBenjamin Kramer2018-07-201-5/+7
| | | | | | These invoke undefined behavior. llvm-svn: 337625
* Add llvm::Any.Zachary Turner2018-07-201-0/+173
This is analogous to std::any which is only available in C++17. Differential Revision: https://reviews.llvm.org/D48807 llvm-svn: 337573
OpenPOWER on IntegriCloud