This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eedfabd96e97c39080e4e91c21f17a7893932afa
clang-p2996
/
libcxx
/
test
/
utilities
/
function.objects
/
func.wrap
/
func.wrap.func
/
func.wrap.func.con
History
Howard Hinnant
eedfabd96e
Expose accidentally removed __compressed_pair constructor taking piecewise_construct_t. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15918
.
...
llvm-svn: 181217
2013-05-06 16:58:36 +00:00
..
alloc_F.pass.cpp
Expose accidentally removed __compressed_pair constructor taking piecewise_construct_t. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15918
.
2013-05-06 16:58:36 +00:00
alloc_function.pass.cpp
…
alloc_nullptr.pass.cpp
…
alloc_rfunction.pass.cpp
…
alloc.pass.cpp
…
copy_assign.pass.cpp
Correct for new rules regarding implicitly deleted special members.
http://llvm.org/bugs/show_bug.cgi?id=10191
2011-07-01 19:24:36 +00:00
copy.pass.cpp
Correct for new rules regarding implicitly deleted special members.
http://llvm.org/bugs/show_bug.cgi?id=10191
2011-07-01 19:24:36 +00:00
default.pass.cpp
…
F_assign.pass.cpp
…
F_incomplete.pass.cpp
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
F.pass.cpp
…
nullptr_t_assign.pass.cpp
…
nullptr_t.pass.cpp
…