| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Be sure to emit lvalue-to-rvalue casts for loads from x-values. | John McCall | 2011-08-30 | 1 | -4/+4 |
* | Make sure we don't crash printing builtin candidates for overloads of deleted... | Eli Friedman | 2011-08-26 | 1 | -4/+5 |
* | Teach reference initialization from the result of a user-defined | Douglas Gregor | 2011-08-15 | 1 | -5/+5 |
* | Have the typo correction in DiagnoseEmptyLookup properly handle template | Kaelyn Uhrain | 2011-08-05 | 1 | -1/+1 |
* | Improve overloaded function handling in the typo correction code. | Kaelyn Uhrain | 2011-08-03 | 1 | -1/+2 |
* | Refactor the */& mismatch fixit generation out of SemaOverload and provide a ... | Anna Zaks | 2011-07-28 | 1 | -113/+16 |
* | Tests for explicit conversion operators, along with a fix to avoid | Douglas Gregor | 2011-07-23 | 1 | -12/+15 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -10/+10 |
* | kill a FIXME in IsIntegralPromotion | David Majnemer | 2011-07-22 | 1 | -4/+1 |
* | Addressing code review comments for commit 135509 - Add FixItHints in case a ... | Anna Zaks | 2011-07-21 | 1 | -8/+32 |
* | arc-objc++: Issue an arc specific diagnostic when overload resolution | Fariborz Jahanian | 2011-07-20 | 1 | -1/+14 |
* | Add FixItHints in case a C++ function call is missing * or & operators on one... | Anna Zaks | 2011-07-19 | 1 | -6/+125 |
* | Store bracket locations for array subscript expressions, from Erik Verbruggen! | Douglas Gregor | 2011-07-15 | 1 | -3/+8 |
* | PR8800: When building a conversion to A& using a member operatorA&(), do not ... | Richard Smith | 2011-07-13 | 1 | -4/+4 |
* | Fix missing braces around two statements that were intended to be part | Chandler Carruth | 2011-06-27 | 1 | -1/+2 |
* | Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert... | Richard Smith | 2011-06-26 | 1 | -8/+12 |
* | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -1/+1 |
* | Allow unavailable function calls inside unavailable functions in C++/ObjC++ a... | Argyrios Kyrtzidis | 2011-06-23 | 1 | -2/+13 |
* | Accept no-return stripping conversions for pointer type arguments after | Chandler Carruth | 2011-06-18 | 1 | -6/+6 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -54/+244 |
* | Fix a regression in the two-phase lookup diagnostics that switching the | Chandler Carruth | 2011-06-08 | 1 | -0/+3 |
* | Richard Smith was correct about how the sets should be computed for | Chandler Carruth | 2011-06-05 | 1 | -11/+8 |
* | Fix PR10053: Improve diagnostics and error recovery for code which some compi... | Richard Smith | 2011-06-05 | 1 | -8/+140 |
* | Identity and non-identity standard conversion sequences can be | Douglas Gregor | 2011-06-05 | 1 | -6/+4 |
* | Update our diagnostics to properly account for move operations. | Alexis Hunt | 2011-05-25 | 1 | -2/+14 |
* | Audit and finish the implementation of C++0x nullptr, fixing two | Douglas Gregor | 2011-05-21 | 1 | -2/+21 |
* | Allow implicit conversion from function pointer to void* in Microsoft mode. | Francois Pichet | 2011-05-08 | 1 | -0/+9 |
* | Relax the conversion rules for Objective-C GC qualifiers a | Douglas Gregor | 2011-05-08 | 1 | -0/+7 |
* | Warn when trying to call a pure virtual member function in a class from the c... | Anders Carlsson | 2011-05-06 | 1 | -0/+13 |
* | With invalid overloaded operators, we can get into funny cases where | Douglas Gregor | 2011-05-05 | 1 | -0/+9 |
* | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth | 2011-05-01 | 1 | -0/+2 |
* | When determining whether two types are reference-compatible, check | Douglas Gregor | 2011-04-28 | 1 | -1/+6 |
* | FixOverloadedFunctionReference needs to rebuild member accesses of | John McCall | 2011-04-27 | 1 | -4/+11 |
* | When comparing Objective-C pointers during overload resolution to | Douglas Gregor | 2011-04-27 | 1 | -12/+17 |
* | When computing Objective-C pointer conversions in C++, retain | Douglas Gregor | 2011-04-26 | 1 | -5/+39 |
* | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -52/+124 |
* | Minor tweak to avoid having to dig through canonical types multiple times whe... | Douglas Gregor | 2011-04-25 | 1 | -3/+6 |
* | In IsUserDefinedConversion try to recover from RequireCompleteType returning ... | Argyrios Kyrtzidis | 2011-04-22 | 1 | -1/+5 |
* | For the purposes of overload resolution, consider a conversion from an | Douglas Gregor | 2011-04-15 | 1 | -1/+1 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -4/+9 |
* | Match pointer of compatible vection types. | Fariborz Jahanian | 2011-04-14 | 1 | -0/+8 |
* | Clean up the bool conversion warning. Group it with other conversion | Chandler Carruth | 2011-04-09 | 1 | -1/+2 |
* | Add support for warning on general null pointer expressions of boolean | Chandler Carruth | 2011-04-09 | 1 | -5/+5 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -130/+208 |
* | PR9615: make sure we destroy any temporaries returned by operator->. | Eli Friedman | 2011-04-04 | 1 | -1/+2 |
* | Fix an unused variable warning in release builds and make the | Chandler Carruth | 2011-03-29 | 1 | -3/+3 |
* | Fix a bug in how we were resolving the address of overloaded functions | Chandler Carruth | 2011-03-29 | 1 | -17/+38 |
* | Support for Transparent unions used as overloadable | Fariborz Jahanian | 2011-03-23 | 1 | -2/+41 |
* | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -17/+9 |
* | Clean up our handling of template-ids that resolve down to a single | Douglas Gregor | 2011-03-16 | 1 | -6/+10 |