Go to file
John McCall b3cec96a7c Account for the VTT argument when making an implicit copy constructor for
a class with virtual bases.  Just a patch until Sema starts (correctly) doing
most of this analysis.

Fixes PR 6622.

llvm-svn: 102692
2010-04-30 05:56:45 +00:00
clang Account for the VTT argument when making an implicit copy constructor for 2010-04-30 05:56:45 +00:00
compiler-rt Fix build with MSVC. 2010-04-29 23:44:00 +00:00
llvm Another sibcall bug. If caller and callee calling conventions differ, then it's only safe to do a tail call if the results are returned in the same way. 2010-04-30 01:12:32 +00:00