| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes for some more expressions containing function templateids that | Douglas Gregor | 2011-03-12 | 1 | -0/+38 |
* | When we use the default template arguments of a template template | Douglas Gregor | 2011-03-03 | 1 | -5/+5 |
* | Move the bool-conversions behind the DiagRuntimeBehavior logic. It's | Chandler Carruth | 2011-03-01 | 1 | -2/+2 |
* | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -9/+3 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -12/+14 |
* | Sprinkle optional text of the "unavailable' attribute | Fariborz Jahanian | 2011-02-25 | 1 | -18/+24 |
* | Remove the FIXME I introduced last night, and pull the logic for | Chandler Carruth | 2011-02-25 | 1 | -17/+17 |
* | Print optional message for attr(unavailable) in C++ mode. | Fariborz Jahanian | 2011-02-25 | 1 | -5/+18 |
* | Rough fix for PR9323 that prevents Clang from marking copy constructor | Chandler Carruth | 2011-02-25 | 1 | -2/+9 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -1/+2 |
* | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -4/+2 |
* | Remove unused function. | Benjamin Kramer | 2011-02-20 | 1 | -10/+0 |
* | Handle the resolution of a reference to a function template (which | Douglas Gregor | 2011-02-19 | 1 | -200/+341 |
* | Use hasSameType in one more, hopefully, last place. | Fariborz Jahanian | 2011-02-13 | 1 | -2/+2 |
* | Some refactoring and using more modern APIs for | Fariborz Jahanian | 2011-02-13 | 1 | -57/+56 |
* | Implement objective-c++'s block pointer type matching involving | Fariborz Jahanian | 2011-02-12 | 1 | -0/+88 |
* | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne | 2011-02-09 | 1 | -3/+4 |
* | Basic implementation of inherited constructors. Only generates declarations, ... | Sebastian Redl | 2011-02-05 | 1 | -1/+32 |
* | Implement reasonable conversion ranking for Objective-C pointer | Douglas Gregor | 2011-01-31 | 1 | -22/+70 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-01-27 | 1 | -321/+321 |
* | 7bit-ize. | NAKAMURA Takumi | 2011-01-27 | 1 | -4/+4 |
* | Fix a horrible bug in our handling of C-style casting, where a C-style | Douglas Gregor | 2011-01-27 | 1 | -15/+26 |
* | Implement the restriction that a function with a ref-qualifier cannot | Douglas Gregor | 2011-01-26 | 1 | -1/+17 |
* | Rvalue references for *this: explicitly keep track of whether a | Douglas Gregor | 2011-01-26 | 1 | -8/+12 |