summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't complain about an __builtin_va_arg expression's result beingDouglas Gregor2010-05-081-0/+1
* Don't destroy the data associated with an overload resolution candidate; it's...Douglas Gregor2010-05-081-7/+1
* Record template argument deduction failures for member functionDouglas Gregor2010-05-081-11/+28
* When printing an overload candidate that failed due to SFINAE, print aDouglas Gregor2010-05-081-8/+54
* Improve overload-candidate diagnostic for a function template thatDouglas Gregor2010-05-081-14/+39
* A leak is better than a double-free while I figure out how to addressDouglas Gregor2010-05-081-5/+0
* Minor cleanup, and ban copying of OverloadCandidateSets. NoDouglas Gregor2010-05-081-14/+13
* When template argument deduction fails because the call had tooDouglas Gregor2010-05-081-5/+14
* When printing a non-viable overload candidate that failed due toDouglas Gregor2010-05-081-10/+182
* Reapply the reference-binding patch applied below, along with a fix toDouglas Gregor2010-05-071-2/+1
* Revert r103220. It seems to be breaking self-hostDouglas Gregor2010-05-071-1/+2
* When determining whether the two types involved in reference bindingDouglas Gregor2010-05-071-2/+1
* Diagnose deprecated/unavailable functions selected by overload resolution.John McCall2010-05-061-3/+17
* Silence a pedantic GCC warning by making the grouping of && and || explicit.Chandler Carruth2010-05-061-4/+4
* When instantiating a function that was declared via a typedef, e.g.,Douglas Gregor2010-05-041-1/+1
* For the sake of Objective-c++ overload resolution,Fariborz Jahanian2010-05-031-2/+42
* When determining a standard conversion sequence involves resolving theDouglas Gregor2010-04-291-32/+30
* When copying a temporary object to initialize an entity for which theDouglas Gregor2010-04-251-1/+1
* Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer.Anders Carlsson2010-04-241-1/+3
* Actually produce base paths for CastExprs of kind CK_DerivedToBase.Anders Carlsson2010-04-241-1/+2
* Pass the base specifiers through to CheckDerivedToBaseConversion. No function...Anders Carlsson2010-04-241-1/+1
* CastExpr should not hold a pointer to the base path. More cleanup.Anders Carlsson2010-04-241-5/+4
* Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson2010-04-231-2/+3
* Remove dead code.Benjamin Kramer2010-04-201-25/+0
* Bail out early to avoid comparing the internals of two conversion sequences ofBenjamin Kramer2010-04-181-0/+5
* When performing reference initialization for the purposes of overloadDouglas Gregor2010-04-181-7/+17
* Binding a reference to an rvalue is a direct binding in C++0x but notDouglas Gregor2010-04-181-20/+17
* Improve our handling of user-defined conversions as part of overloadDouglas Gregor2010-04-171-57/+74
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-1/+1
* Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio...Douglas Gregor2010-04-161-0/+24
* Kill ForceRValue once and for allDouglas Gregor2010-04-161-8/+2
* Eliminate the ForceRValue parameter from TryCopyInitialization.Douglas Gregor2010-04-161-9/+2
* Move Sema::TryCopyInitialization into a static function inDouglas Gregor2010-04-161-24/+24
* Eliminate ForceRValue parameters from reference binding. Did I mentionDouglas Gregor2010-04-161-9/+8
* Eliminate the ForceRValue parameter to Sema::AddOverloadCandidateDouglas Gregor2010-04-161-8/+5
* Eliminate the ForceRValue parameter from most of Sema's Add*CandidateDouglas Gregor2010-04-161-17/+13
* Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's ...Douglas Gregor2010-04-161-7/+4
* Eliminate the default value for the UserCast parameter of Sema::IsUserDefined...Douglas Gregor2010-04-161-1/+1
* Always diagnose and complain about problems inDouglas Gregor2010-04-141-36/+54
* Thread a Scope pointer into BuildRecoveryCallExpr to help typoDouglas Gregor2010-04-141-4/+4
* Refactor and simplify the computation of implicit conversion sequencesDouglas Gregor2010-04-131-17/+334
* When returning the result of a call to an object of class type, do notDouglas Gregor2010-04-131-2/+2
* Implement C++ [over.ics.user]p3, which restricts the final conversionDouglas Gregor2010-04-121-0/+12
* Fix a (bogus) uninitialized-member-of-local warning.John McCall2010-04-081-1/+1
* Implement the protected access restriction ([class.protected]), which requiresJohn McCall2010-04-061-3/+3
* Overhaul checking of non-type template arguments that should refer toDouglas Gregor2010-04-011-0/+2
* Regularize support for naming conversion functions in using decls.John McCall2010-03-311-6/+12
* Propagate the "found declaration" (i.e. the using declaration instead ofJohn McCall2010-03-301-23/+45
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-291-2/+2
* Eliminate the non-InitializedEntity PerformCopyInitialization() andDouglas Gregor2010-03-261-38/+0
OpenPOWER on IntegriCloud