aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaOverload.cpp
AgeCommit message (Expand)Author
2008-11-18Partial expansion of C++ operator overloading (for binary operators)Douglas Gregor
2008-11-18start converting Sema over to using its canonical Diag method.Chris Lattner
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-11-13Some cleanup for the implementation of built-in operatorDouglas Gregor
2008-11-12Implement support for operator overloading using candidate operatorDouglas Gregor
2008-11-10Basic support for taking the address of an overloaded functionDouglas Gregor
2008-11-10Remove an out-of-date FIXMEDouglas Gregor
2008-11-07Initial, partially-baked support for implicit user-defined conversions by con...Douglas Gregor
2008-11-04Some cleanup of the cast checkers. Don't canonicalize types when not needed. ...Sebastian Redl
2008-11-03Implicit support for direct initialization of objects of class type, e.g.,Douglas Gregor
2008-11-03Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor
2008-11-03Add implicitly-declared default and copy constructors to C++ classes,Douglas Gregor
2008-10-31Implement basic support for converting constructors in user-defined Douglas Gregor
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl
2008-10-29Implement overloading rules for reference bindingDouglas Gregor
2008-10-29Tweak Sema::CheckReferenceInit so that it (optionally) computes an Douglas Gregor
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-23Add support for conversions from a pointer-to-derived to aDouglas Gregor
2008-10-22Add representation of base classes in the AST, and verify that weDouglas Gregor
2008-10-22QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that weDouglas Gregor
2008-10-22Implement ranking of standard conversion sequences by their qualificationDouglas Gregor
2008-10-22Fix a thinko in the qualification-conversion check when the qualificaitons ar...Douglas Gregor
2008-10-21Initial step toward supporting qualification conversions (C++ 4.4).Douglas Gregor
2008-10-21Preliminary support for function overloadingDouglas Gregor