summaryrefslogtreecommitdiff
path: root/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-11-04Actually mark the tests an unsupported with MSAN (not just ASAN)Eric Fiselier
2014-11-04Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.Eric Fiselier
2014-06-30Fix libc++ bug #20039: 'Constructing std::function from empty compatible std:...Marshall Clow
2014-04-18Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...Marshall Clow
2013-07-08War on tabs.Howard Hinnant
2013-05-06Expose accidentally removed __compressed_pair constructor taking piecewise_co...Howard Hinnant
2013-03-23This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant
2012-07-16Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-20Installed allocator into std::functionHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant