summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInherit.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl2008-10-311-4/+25
| | | | llvm-svn: 58509
* First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor2008-10-241-0/+144
conversions. Added PerformImplicitConversion, which follows an implicit conversion sequence computed by TryCopyInitialization and actually performs the implicit conversions, including the extra check for ambiguity mentioned above. llvm-svn: 58071
OpenPOWER on IntegriCloud