Go to file
Douglas Gregor 1f93ffb3e6 Centralize the management of CXXRecordDecl::DefinitionData's
HasTrivialConstructor, HasTrivialCopyConstructor,
HasTrivialCopyAssignment, and HasTrivialDestructor bits in
CXXRecordDecl's methods. This completes all but the Abstract bit and
the set of conversion functions, both of which will require a bit of
extra work. The majority of <rdar://problem/8459981> is now
implemented (but not all of it).

llvm-svn: 114929
2010-09-28 00:00:00 +00:00
clang Centralize the management of CXXRecordDecl::DefinitionData's 2010-09-28 00:00:00 +00:00
compiler-rt <rdar://problem/8482056> Add Soft Floating Compares for armv6 and armv7 2010-09-27 18:28:15 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx Getting started on <atomic> 2010-09-27 21:17:38 +00:00
lldb Added type lookup, so variables with user-defined types 2010-09-27 23:54:58 +00:00
llvm Remove dead argument. 2010-09-27 23:15:27 +00:00