Go to file
Douglas Gregor 1e13c5a8fb When we start the definition of a class template, set the
InjectedClassNameType's Decl to point at the definition. It's a little
messy, but we do the same thing with classes and their record types,
since much of Clang expects that the TagDecl* one gets out of a type
is the definition. Fixes several Boost.Proto failures.

llvm-svn: 102691
2010-04-30 04:39:27 +00:00
clang When we start the definition of a class template, set the 2010-04-30 04:39:27 +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