summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInherit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CheckPointerToMemberOperands to SemaExprCXX.cppSebastian Redl2009-02-071-1/+1
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-1/+2
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+0
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-281-5/+4
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Improve diagnostics for ambiguous name lookup resultsDouglas Gregor2009-01-161-5/+25
* Initial implementation of member name lookupDouglas Gregor2009-01-151-61/+111
* 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