Go to file
Anders Carlsson 9bd7d16440 When emitting the destructor for a class with a vtable, if we can determine
that the destructor body is trivial and that all member variables also have either
trivial destructors or trivial destructor bodies, we don't need to initialize the
vtable pointers since no virtual member functions will be called on the destructor.

Fixes PR9181.

llvm-svn: 131368
2011-05-14 23:26:09 +00:00
clang When emitting the destructor for a class with a vtable, if we can determine 2011-05-14 23:26:09 +00:00
compiler-rt Check architectures to make sure that we can build for all of them 2011-05-09 20:24:43 +00:00
debuginfo-tests Test case for r130373. 2011-04-28 02:23:17 +00:00
libcxx Fix type-o found by Justin Hibbits 2011-05-14 18:20:45 +00:00
libcxxabi initial import 2011-05-05 15:27:28 +00:00
lldb Expand the ABI prepare trivial function call to allow 6 simple args. 2011-05-14 01:50:35 +00:00
llvm Disable test harder. 2011-05-14 19:30:39 +00:00
polly www: Colorize TODO status 2011-05-14 19:02:51 +00:00