| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand the definition of a complex promotion to include complex -> | Douglas Gregor | 2009-02-12 | 1 | -1/+8 |
* | Introduce _Complex conversions into the function overloading | Douglas Gregor | 2009-02-12 | 1 | -0/+43 |
* | Update new expression to make use of Declarator::getSourceRange(). | Sebastian Redl | 2009-02-09 | 1 | -0/+3 |
* | Fix redundant errors with missing default arguments in member declarations. | Sebastian Redl | 2009-02-08 | 1 | -3/+1 |
* | Make the test cases failing due to exact diagnostic matching XFAIL. | Sebastian Redl | 2009-02-08 | 4 | -0/+9 |
* | Make one expected-diag directive match exactly one actual diagnostic. | Sebastian Redl | 2009-02-07 | 8 | -20/+20 |
* | Make const-initialized const integral variables I-C-Es in C++. | Sebastian Redl | 2009-02-07 | 1 | -0/+6 |
* | Add negative test cases and fix diagnostics for member pointer dereferencing. | Sebastian Redl | 2009-02-07 | 1 | -0/+23 |
* | Implement dereferencing of pointers-to-member. | Sebastian Redl | 2009-02-07 | 1 | -0/+25 |
* | Diagnose attempts to define a namespace member out-of-line when no | Douglas Gregor | 2009-02-06 | 2 | -1/+25 |
* | Improvements and fixes for name lookup with using directives, from Piotr Rak! | Douglas Gregor | 2009-02-05 | 1 | -1/+36 |
* | Implement semantic analysis for the GNU flexible array initialization | Douglas Gregor | 2009-02-04 | 1 | -1/+1 |
* | Implement taking address of member functions, including overloaded ones. | Sebastian Redl | 2009-02-04 | 1 | -2/+21 |
* | Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?... | Douglas Gregor | 2009-02-04 | 1 | -2/+7 |
* | Bring operator name lookup (as required for C++ operator overloading) | Douglas Gregor | 2009-02-04 | 1 | -2/+1 |
* | Fix our semantic analysis of | Douglas Gregor | 2009-02-04 | 3 | -6/+21 |
* | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor | 2009-02-04 | 7 | -12/+72 |
* | Allow taking the address of data members, resulting in a member pointer. | Sebastian Redl | 2009-02-03 | 1 | -0/+20 |
* | Remove a fixed FIXME | Douglas Gregor | 2009-02-03 | 1 | -1/+0 |
* | When looking for a tag name via unqualified name lookup, only look in | Douglas Gregor | 2009-02-03 | 2 | -4/+3 |
* | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 2 | -0/+88 |
* | Steve set me straight on this one. GCC was right, EDG was wrong: the | Douglas Gregor | 2009-02-02 | 1 | -1/+1 |
* | Check value-initializations that occur when an initializer list | Douglas Gregor | 2009-02-02 | 1 | -0/+15 |
* | Improve our handling of the second step in a user-defined conversion | Douglas Gregor | 2009-01-30 | 2 | -1/+33 |
* | Upgrade the "excess elements in array initializer" warning to an | Douglas Gregor | 2009-01-30 | 1 | -2/+2 |
* | Implement and test aggregate initialization in C++. Major changes: | Douglas Gregor | 2009-01-30 | 1 | -0/+107 |
* | Implement pointer to member handling in static_cast. | Sebastian Redl | 2009-01-28 | 2 | -1/+14 |
* | Complete semantic checking for typedef redeclarations in C++. The | Douglas Gregor | 2009-01-28 | 2 | -3/+24 |
* | Add handling of member pointers to reinterpret_cast. | Sebastian Redl | 2009-01-27 | 1 | -0/+18 |
* | Add support for member pointers to const_cast. | Sebastian Redl | 2009-01-26 | 1 | -0/+7 |
* | Remove an implemented FIXME and extend test cases. Follow-up on Doug's review. | Sebastian Redl | 2009-01-26 | 1 | -0/+7 |
* | Implement implicit conversions for pointers-to-member. | Sebastian Redl | 2009-01-25 | 2 | -0/+25 |
* | Make tentative parsing of pointer-to-member decls work, and fix other stuff p... | Sebastian Redl | 2009-01-24 | 1 | -0/+5 |
* | Add support for declaring pointers to members. | Sebastian Redl | 2009-01-24 | 1 | -0/+14 |
* | Add missing test case for operator ! result type. | Sebastian Redl | 2009-01-19 | 1 | -0/+9 |
* | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor | 2009-01-19 | 4 | -4/+4 |
* | Teach DeclContext how to find the primary declaration for any TagDecl | Douglas Gregor | 2009-01-17 | 1 | -1/+17 |
* | Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr | Douglas Gregor | 2009-01-16 | 2 | -3/+14 |
* | Part one of handling C++ functional casts. This handles semantic | Douglas Gregor | 2009-01-16 | 1 | -0/+27 |
* | Add test case for member name lookup | Douglas Gregor | 2009-01-16 | 1 | -0/+132 |
* | Use a single function for doing vararg argument promotion. Also, make sure to... | Anders Carlsson | 2009-01-16 | 1 | -0/+7 |
* | Add test for contextual conversion to bool, and enable some FIXME'd tests | Douglas Gregor | 2009-01-16 | 2 | -2/+69 |
* | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -1/+1 |
* | Test explicit constructor | Douglas Gregor | 2009-01-14 | 1 | -0/+17 |
* | Introduce support for C++0x explicit conversion operators (N2437) | Douglas Gregor | 2009-01-14 | 1 | -6/+6 |
* | Warn when someone tries to pass a variable with a non-POD type to a varargs f... | Anders Carlsson | 2009-01-13 | 1 | -0/+49 |
* | Fix argument-passing bugs in a call to object | Douglas Gregor | 2009-01-13 | 2 | -3/+24 |
* | Add the proper restrictions on the left-hand argument of a built-in | Douglas Gregor | 2009-01-13 | 1 | -0/+5 |
* | Make sure we don't name a constructor or destructor with a qualified | Douglas Gregor | 2009-01-13 | 1 | -0/+11 |
* | Update C++ status and add a few more tests of overloading for member function... | Douglas Gregor | 2009-01-12 | 1 | -0/+17 |