hanchenye-llvm-project/libcxx/test/utilities
Howard Hinnant 16694b5df5 Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585.
llvm-svn: 170026
2012-12-12 21:14:28 +00:00
..
allocator.adaptor Test adjustment for recent changes in allocator_traits 2010-12-10 19:22:37 +00:00
date.time
function.objects Relax the complete-type checks that are happening under __invokable<Fp, Args...> to only check Fp, and not Args... . This should be sufficient to give the desired high quality diagnostics under both bind and function. And this allows a test reported by Rich E on cfe-dev to pass. Tracked by <rdar://problem/11880602>. 2012-07-16 16:17:34 +00:00
memory Andrew Morrow: There are two tests under test/utilities/memory that heap allocate two 2012-08-02 18:39:48 +00:00
meta Hook up to the new clang __is_trivially_constructible and __is_trivially_assignable traits. Fixes r10925427 and http://llvm.org/bugs/show_bug.cgi?id=12038. 2012-02-24 23:32:26 +00:00
ratio Fix ratio arithmetic with zero 2011-11-01 23:13:37 +00:00
template.bitset Apply constexpr to <bitset>. 2012-07-07 17:04:52 +00:00
time Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585. 2012-12-12 21:14:28 +00:00
tuple Give tuple a constexpr default constructor. 2012-07-06 20:39:45 +00:00
type.index Fixing up some ABI issues 2011-07-07 21:03:52 +00:00
utilities.general
utility test for pair piecewise construction 2011-06-22 23:51:19 +00:00
utility.requirements
nothing_to_do.pass.cpp