Go to file
Douglas Gregor 496e8b345c Reapply the reference-binding patch applied below, along with a fix to
ensure that we complete the type when we need to look at constructors
during reference binding.

When determining whether the two types involved in reference binding
are reference-compatible, reference-related, etc., do not complete the
type of the reference itself because it is not necessary to determine
well-formedness of the program. Complete the type that we are binding
to, since that can affect whether we know about a derived-to-base
conversion. 

Re-fixes PR7080.

llvm-svn: 103283
2010-05-07 19:42:26 +00:00
clang Reapply the reference-binding patch applied below, along with a fix to 2010-05-07 19:42:26 +00:00
compiler-rt improve bullets, patch by Mike Miller 2010-05-04 05:19:07 +00:00
llvm remove DIDescriptor::getNode() 2010-05-07 18:36:34 +00:00