summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/variant/variant.get
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-214-4/+4
* [libcxx][test] Include test_workarounds.h where neededLouis Dionne2019-06-052-0/+2
* [libc++][test] Fix noexcept assertions in variant's get testsCasey Carter2019-04-252-6/+14
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-052-2/+2
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-052-14/+2
* Support tests in freestandingJF Bastien2019-02-045-5/+15
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-192-12/+14
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-212-2/+2
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-152-2/+2
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-0/+14
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-4/+4
* std::get<0>([std::variant constant expression]) *is* noexcept.Casey Carter2016-12-062-2/+40
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-025-51/+54
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-235-0/+833
OpenPOWER on IntegriCloud