aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaInherit.cpp
AgeCommit message (Expand)Author
2008-11-24Change a whole lot of diagnostics to take QualType's directly Chris Lattner
2008-11-18start converting Sema over to using its canonical Diag method.Chris Lattner
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl
2008-10-29Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor
2008-10-24Some cleanups for the ambiguous derived-to-base conversion checksDouglas Gregor
2008-10-24First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor
2008-10-23Clean up and document the representation of C++ base classesDouglas Gregor
2008-10-23Add support for conversions from a pointer-to-derived to aDouglas Gregor