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
403845ba75f6b1663013cfac10766e2ef3cd27c3
clang-p2996
/
libcxx
/
test
/
utilities
/
function.objects
/
func.wrap
/
func.wrap.func
/
func.wrap.func.con
History
Howard Hinnant
403845ba75
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>.
...
llvm-svn: 160285
2012-07-16 16:17:34 +00:00
..
alloc_F.pass.cpp
…
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
…