summaryrefslogtreecommitdiff
path: root/test/std/utilities/any/any.nonmembers
AgeCommit message (Expand)Author
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-09-17Fix two failing -verify tests to tolerate old and new clang versionsEric Fiselier
2017-09-17Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-13Cleanup any_cast failure testEric Fiselier
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-11-17Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier
2016-10-16Make any_cast<void()>(nullptr) compileEric Fiselier
2016-10-16Update issue status for LWG 2768 and 2769Eric Fiselier
2016-10-07Fix various issues in std::any and the related tests.Eric Fiselier
2016-08-11[libcxx] Add std::anyEric Fiselier