| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -1/+1 |
| * | When computing surrogates for calls to a value of object type, look | Douglas Gregor | 2010-01-11 | 1 | -4/+11 |
| * | Improve the lead diagnostic for C++ object subscript expressions with | John McCall | 2010-01-07 | 1 | -0/+24 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -1/+1 |
| * | Do overload resolution for compound assignment even if only the RHS is overlo... | Sebastian Redl | 2009-11-18 | 1 | -0/+28 |
| * | Don't generate superfluous and ambiguous built-in candidates for multi-level ... | Sebastian Redl | 2009-11-18 | 1 | -0/+10 |
| * | When looking for operator() to type-check a call to an object of class | Douglas Gregor | 2009-11-15 | 1 | -1/+8 |
| * | When collecting types for built-in candidates, make arrays decay to pointers.... | Sebastian Redl | 2009-11-05 | 1 | -0/+11 |
| * | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl | 2009-10-23 | 1 | -0/+28 |
| * | When building types from declarators, instead of building two types (one for | John McCall | 2009-10-22 | 1 | -1/+1 |
| * | When overload resolution fails for an overloaded operator, show the | Douglas Gregor | 2009-09-30 | 1 | -2/+2 |
| * | Note location of operators caused the circularity. | Fariborz Jahanian | 2009-09-30 | 1 | -4/+4 |
| * | Detect operator-> chains of arbitrary length. Use a terrible data structure | John McCall | 2009-09-30 | 1 | -0/+16 |
| * | self-referecing operator '->' member function was causing | Fariborz Jahanian | 2009-09-30 | 1 | -0/+11 |
| * | 13.1-p3 Overloadable declarations | Fariborz Jahanian | 2009-09-29 | 1 | -1/+1 |
| * | When looking for overloaded member operators, make sure to instantiate | Douglas Gregor | 2009-08-27 | 1 | -0/+4 |
| * | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor | 2009-05-29 | 1 | -1/+1 |
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| * | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl | 2009-03-16 | 1 | -1/+1 |
| * | Bring operator name lookup (as required for C++ operator overloading) | Douglas Gregor | 2009-02-04 | 1 | -2/+1 |
| * | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor | 2009-02-04 | 1 | -0/+15 |
| * | Fix argument-passing bugs in a call to object | Douglas Gregor | 2009-01-13 | 1 | -2/+14 |
| * | Make sure we don't name a constructor or destructor with a qualified | Douglas Gregor | 2009-01-13 | 1 | -0/+11 |
| * | Implement a %plural modifier for complex plural forms in diagnostics. Use it ... | Sebastian Redl | 2008-11-22 | 1 | -1/+1 |
| * | Fix overloading of non-static member functions that differ in their cv-qualif... | Douglas Gregor | 2008-11-21 | 1 | -3/+5 |
| * | Don't print canonical types in overloading-related diagnostics | Douglas Gregor | 2008-11-21 | 1 | -2/+4 |
| * | Add support for overloaded operator-> when used in a member access | Douglas Gregor | 2008-11-20 | 1 | -0/+18 |
| * | Beef up the test for function call operators slightly | Douglas Gregor | 2008-11-19 | 1 | -0/+2 |
| * | Implement the rest of C++ [over.call.object], which permits the object | Douglas Gregor | 2008-11-19 | 1 | -0/+14 |
| * | Support for calling overloaded function call operators (operator()) | Douglas Gregor | 2008-11-19 | 1 | -0/+13 |
| * | Support overloading of the subscript operator[], including support for | Douglas Gregor | 2008-11-19 | 1 | -0/+24 |
| * | Added operator overloading for unary operators, post-increment, and | Douglas Gregor | 2008-11-19 | 1 | -0/+28 |
| * | Built-in equality and relational operators have return type "bool" in C++, | Douglas Gregor | 2008-11-19 | 1 | -0/+21 |
| * | Partial expansion of C++ operator overloading (for binary operators) | Douglas Gregor | 2008-11-18 | 1 | -0/+20 |
| * | Initial, rudimentary implementation of operator overloading for binary | Douglas Gregor | 2008-11-06 | 1 | -0/+30 |