| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -3/+3 |
* | Conversions from Objective C object pointers to bool are "pointer conversions | John McCall | 2010-06-11 | 1 | -1/+3 |
* | Fix the 64-bit build. operator<<(DiagnosticBuilder, long) doesn't exist, so | Jeffrey Yasskin | 2010-06-11 | 1 | -1/+1 |
* | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin | 2010-06-11 | 1 | -5/+20 |
* | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor | 2010-06-09 | 1 | -3/+13 |
* | A built-in overload candidate is consider a non-template function when | Douglas Gregor | 2010-06-08 | 1 | -1/+1 |
* | Implement a warning when converting the literal 'false' to a | Douglas Gregor | 2010-06-08 | 1 | -1/+7 |
* | Make sure to strip off top-level cv-qualifiers as part of a | Douglas Gregor | 2010-05-25 | 1 | -1/+1 |
* | An identity conversion is better than any non-identity | Douglas Gregor | 2010-05-23 | 1 | -0/+9 |
* | Provide the overloaded functions for UnresolvedLookupExpr and | Douglas Gregor | 2010-05-23 | 1 | -7/+7 |
* | Implement C++ builtin operator candidates for vector types. | Douglas Gregor | 2010-05-19 | 1 | -17/+84 |
* | Misc. fixes to bring Objetive-C++'s handling of | Fariborz Jahanian | 2010-05-18 | 1 | -1/+2 |
* | Implement C++ support for vector and extended vector types. This | Douglas Gregor | 2010-05-18 | 1 | -2/+55 |
* | Tweak typo-correction logic a bit regarding "super", so that we | Douglas Gregor | 2010-05-18 | 1 | -1/+1 |
* | fix rdar://7985267 - Don't emit an error about a non-pod argument | Chris Lattner | 2010-05-16 | 1 | -1/+1 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -19/+15 |
* | Objective-C++ Sema. Support for conversion of a C++ | Fariborz Jahanian | 2010-05-12 | 1 | -0/+21 |
* | Don't complain about an __builtin_va_arg expression's result being | Douglas Gregor | 2010-05-08 | 1 | -0/+1 |
* | Don't destroy the data associated with an overload resolution candidate; it's... | Douglas Gregor | 2010-05-08 | 1 | -7/+1 |
* | Record template argument deduction failures for member function | Douglas Gregor | 2010-05-08 | 1 | -11/+28 |
* | When printing an overload candidate that failed due to SFINAE, print a | Douglas Gregor | 2010-05-08 | 1 | -8/+54 |
* | Improve overload-candidate diagnostic for a function template that | Douglas Gregor | 2010-05-08 | 1 | -14/+39 |
* | A leak is better than a double-free while I figure out how to address | Douglas Gregor | 2010-05-08 | 1 | -5/+0 |
* | Minor cleanup, and ban copying of OverloadCandidateSets. No | Douglas Gregor | 2010-05-08 | 1 | -14/+13 |
* | When template argument deduction fails because the call had too | Douglas Gregor | 2010-05-08 | 1 | -5/+14 |
* | When printing a non-viable overload candidate that failed due to | Douglas Gregor | 2010-05-08 | 1 | -10/+182 |
* | Reapply the reference-binding patch applied below, along with a fix to | Douglas Gregor | 2010-05-07 | 1 | -2/+1 |
* | Revert r103220. It seems to be breaking self-host | Douglas Gregor | 2010-05-07 | 1 | -1/+2 |
* | When determining whether the two types involved in reference binding | Douglas Gregor | 2010-05-07 | 1 | -2/+1 |
* | Diagnose deprecated/unavailable functions selected by overload resolution. | John McCall | 2010-05-06 | 1 | -3/+17 |
* | Silence a pedantic GCC warning by making the grouping of && and || explicit. | Chandler Carruth | 2010-05-06 | 1 | -4/+4 |
* | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor | 2010-05-04 | 1 | -1/+1 |
* | For the sake of Objective-c++ overload resolution, | Fariborz Jahanian | 2010-05-03 | 1 | -2/+42 |
* | When determining a standard conversion sequence involves resolving the | Douglas Gregor | 2010-04-29 | 1 | -32/+30 |
* | When copying a temporary object to initialize an entity for which the | Douglas Gregor | 2010-04-25 | 1 | -1/+1 |
* | Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. | Anders Carlsson | 2010-04-24 | 1 | -1/+3 |
* | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -1/+2 |
* | Pass the base specifiers through to CheckDerivedToBaseConversion. No function... | Anders Carlsson | 2010-04-24 | 1 | -1/+1 |
* | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -5/+4 |
* | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -2/+3 |
* | Remove dead code. | Benjamin Kramer | 2010-04-20 | 1 | -25/+0 |
* | Bail out early to avoid comparing the internals of two conversion sequences of | Benjamin Kramer | 2010-04-18 | 1 | -0/+5 |
* | When performing reference initialization for the purposes of overload | Douglas Gregor | 2010-04-18 | 1 | -7/+17 |
* | Binding a reference to an rvalue is a direct binding in C++0x but not | Douglas Gregor | 2010-04-18 | 1 | -20/+17 |
* | Improve our handling of user-defined conversions as part of overload | Douglas Gregor | 2010-04-17 | 1 | -57/+74 |
* | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -1/+1 |
* | Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio... | Douglas Gregor | 2010-04-16 | 1 | -0/+24 |
* | Kill ForceRValue once and for all | Douglas Gregor | 2010-04-16 | 1 | -8/+2 |
* | Eliminate the ForceRValue parameter from TryCopyInitialization. | Douglas Gregor | 2010-04-16 | 1 | -9/+2 |
* | Move Sema::TryCopyInitialization into a static function in | Douglas Gregor | 2010-04-16 | 1 | -24/+24 |