Go to file
Eric Fiselier 54519a6be9 [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-returning functions
Summary:
The bug can be found here: http://llvm.org/bugs/show_bug.cgi?id=22468

`__invoke_void_return_wrapper` is needed to properly handle calling a function that returns a value but where the std::function return type is void. Without this '-Wsystem-headers' will cause `function::operator()(...)` to not compile. 

Reviewers: eugenis, K-ballo, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D7444

llvm-svn: 228705
2015-02-10 16:48:45 +00:00
clang [ARM] Add tests for armv6s[-]m being an alias to armv6[-]m 2015-02-10 15:16:49 +00:00
clang-tools-extra Fixed module-map-checker to recurse umbrella dirs when collecting headers. 2015-02-10 14:58:07 +00:00
compiler-rt [ASan/Win] NFC, just minor simplification of the code 2015-02-10 16:29:05 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx [libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-returning functions 2015-02-10 16:48:45 +00:00
libcxxabi unwind: improve compilation on Linux with gcc 2015-02-10 03:43:33 +00:00
lld [ELF][ARM] Add veneer generation to branch instructions 2015-02-10 09:31:42 +00:00
lldb Add thread-id field in *stopped notification (MI) 2015-02-10 12:02:03 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm [mips][microMIPS] Implement movep instruction 2015-02-10 16:36:20 +00:00
openmp Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00
polly isl is now distributed with polly 2015-02-09 13:52:21 +00:00