| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Rvalue references for *this: implement the implicit conversion rules | Douglas Gregor | 2011-01-26 | 1 | -43/+104 |
| * | Rvalue references for *this: allow functions to be overloaded based on | Douglas Gregor | 2011-01-26 | 1 | -2/+3 |
| * | Reinstate r124236 (tweaking the rvalue-reference overload resolution | Douglas Gregor | 2011-01-26 | 1 | -18/+53 |
| * | Speculatively revert r124236 | Douglas Gregor | 2011-01-25 | 1 | -53/+18 |
| * | Speculatively implement a tweak to the C++0x overload resolution rules | Douglas Gregor | 2011-01-25 | 1 | -18/+53 |
| * | Fix the ranking of reference bindings during overload resolution | Douglas Gregor | 2011-01-25 | 1 | -2/+2 |
| * | Re-instate r123977/r123978, my updates of the reference-binding | Douglas Gregor | 2011-01-24 | 1 | -75/+57 |
| * | revert r123977 and r123978 to fix PR9026. | Rafael Espindola | 2011-01-22 | 1 | -58/+76 |
| * | Add test for overload resolution's preference for binding an rvalue | Douglas Gregor | 2011-01-21 | 1 | -3/+3 |
| * | Eliminate an unused variable | Douglas Gregor | 2011-01-21 | 1 | -4/+0 |
| * | Update the reference-binding implementation used for overload | Douglas Gregor | 2011-01-21 | 1 | -72/+58 |
| * | Implement the special template argument deduction rule for T&& in a | Douglas Gregor | 2011-01-21 | 1 | -3/+28 |
| * | When building a user-defined conversion sequence, keep track of the | Douglas Gregor | 2011-01-20 | 1 | -0/+5 |
| * | Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, | Douglas Gregor | 2011-01-20 | 1 | -6/+15 |
| * | Explicitly track the number of call arguments provided when performing | Douglas Gregor | 2011-01-19 | 1 | -4/+13 |
| * | Change the canonical representation of array types to store qualifiers on the | John McCall | 2011-01-19 | 1 | -5/+5 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -5/+5 |
| * | Add support for explicit constructor calls in Microsoft mode. | Francois Pichet | 2011-01-18 | 1 | -1/+5 |
| * | Implement C++ [temp.func.order]p5 more directly, by passing down the | Douglas Gregor | 2011-01-11 | 1 | -2/+3 |
| * | Implement template argument deduction from a call to a function | Douglas Gregor | 2011-01-06 | 1 | -2/+2 |
| * | Many of the built-in operator candidates introduced into overload | Douglas Gregor | 2011-01-05 | 1 | -1/+16 |
| * | For member pointer conversions potentially involving derived-to-base | Douglas Gregor | 2010-12-21 | 1 | -2/+3 |
| * | Fix the noreturn conversion to only strip off a single level of indirection. | John McCall | 2010-12-21 | 1 | -6/+37 |
| * | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -5/+4 |
| * | Reduce the number of builtin operator overload candidates added in certain | Chandler Carruth | 2010-12-13 | 1 | -27/+89 |
| * | Finish cleaning up the static utility code for adding builtin operator overload | Chandler Carruth | 2010-12-12 | 1 | -62/+65 |
| * | Clean up the helpers used to compute the usual arithmetic conversions' result | Chandler Carruth | 2010-12-12 | 1 | -67/+56 |
| * | Add a comment to a helper function. | Chandler Carruth | 2010-12-12 | 1 | -0/+2 |
| * | Sink the logic to suppress builtin operator overloads in the presence of | Chandler Carruth | 2010-12-12 | 1 | -52/+52 |
| * | Reorder the cases in the switch to be more logically grouped (to my mind). If | Chandler Carruth | 2010-12-12 | 1 | -34/+34 |
| * | Remove the final goto from this switch making it explict which overload set is | Chandler Carruth | 2010-12-12 | 1 | -2/+3 |
| * | Fold away completely identical code with simple fallthrough. | Chandler Carruth | 2010-12-12 | 1 | -7/+2 |
| * | Move and copy function calls around to remove the indirection through gotos | Chandler Carruth | 2010-12-12 | 1 | -14/+10 |
| * | Simplify the flow through the switch by explicitly listing the added overloads | Chandler Carruth | 2010-12-12 | 1 | -13/+7 |
| * | Fix 80-column violations and reflowing some code to facilitate those fixes. | Chandler Carruth | 2010-12-12 | 1 | -48/+59 |
| * | Begin the refactoring of how builtin operators are added to the overload | Chandler Carruth | 2010-12-12 | 1 | -736/+842 |
| * | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall | 2010-12-10 | 1 | -3/+3 |
| * | Objective-C pointer conversions to 'id' or qualified 'id' subsume | Douglas Gregor | 2010-12-06 | 1 | -0/+5 |
| * | Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't | John McCall | 2010-12-04 | 1 | -4/+52 |