teemperor added a comment.

+1. Especially since our assumption that everything related to C++ is of 
non-zero size is also not entirely correct. Empty structs for example are 
actually size 0 for Clang until we reach code gen where we set their size to 1. 
That's why we have this bug where we can't call functions that return an empty 
struct.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56688/new/

https://reviews.llvm.org/D56688



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to