bebuch accepted this revision.
bebuch added a comment.
This revision is now accepted and ready to land.
Okay, sorry for the blockage!
https://reviews.llvm.org/D42242
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-b
bebuch requested changes to this revision.
bebuch added a comment.
This revision now requires changes to proceed.
I get some new errors:
/home/pi/projects/llvm/llvm/projects/libcxxabi/src/cxa_personality.cpp: In
function ‘void __cxxabiv1::scan_eh_tab(__cxxabiv1::{anonymous}::scan_results&,
_U
bebuch added a comment.
Thanks for the amazing patch!
I get another error:
/home/pi/projects/llvm/llvm/projects/libcxxabi/src/cxa_default_handlers.cpp:
In function ‘void demangling_terminate_handler()’:
/home/pi/projects/llvm/llvm/projects/libcxxabi/src/cxa_default_handlers.cpp:41:58:
err
bebuch accepted this revision.
bebuch added a comment.
Please commit!
https://reviews.llvm.org/D38831
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
bebuch reopened this revision.
bebuch added a comment.
This revision is now accepted and ready to land.
I believe this patch is incomplete, I get a very odd warning:
struct A{
int x;
};
template < typename >
struct B{
A data_[1];
void f(){
for(auto [x]: d