summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInherit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-1/+1
* start converting Sema over to using its canonical Diag method.Chris Lattner2008-11-181-2/+2
* Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl2008-10-311-4/+19
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-14/+13
* Some cleanups for the ambiguous derived-to-base conversion checksDouglas Gregor2008-10-241-42/+40
* First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor2008-10-241-6/+151
* Clean up and document the representation of C++ base classesDouglas Gregor2008-10-231-2/+2
* Add support for conversions from a pointer-to-derived to aDouglas Gregor2008-10-231-0/+54
OpenPOWER on IntegriCloud