summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Expand the definition of a complex promotion to include complex ->Douglas Gregor2009-02-121-1/+8
* Introduce _Complex conversions into the function overloadingDouglas Gregor2009-02-121-0/+43
* Update new expression to make use of Declarator::getSourceRange().Sebastian Redl2009-02-091-0/+3
* Fix redundant errors with missing default arguments in member declarations.Sebastian Redl2009-02-081-3/+1
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-084-0/+9
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-078-20/+20
* Make const-initialized const integral variables I-C-Es in C++.Sebastian Redl2009-02-071-0/+6
* Add negative test cases and fix diagnostics for member pointer dereferencing.Sebastian Redl2009-02-071-0/+23
* Implement dereferencing of pointers-to-member.Sebastian Redl2009-02-071-0/+25
* Diagnose attempts to define a namespace member out-of-line when noDouglas Gregor2009-02-062-1/+25
* Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor2009-02-051-1/+36
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-041-1/+1
* Implement taking address of member functions, including overloaded ones.Sebastian Redl2009-02-041-2/+21
* Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?...Douglas Gregor2009-02-041-2/+7
* Bring operator name lookup (as required for C++ operator overloading)Douglas Gregor2009-02-041-2/+1
* Fix our semantic analysis ofDouglas Gregor2009-02-043-6/+21
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-047-12/+72
* Allow taking the address of data members, resulting in a member pointer.Sebastian Redl2009-02-031-0/+20
* Remove a fixed FIXMEDouglas Gregor2009-02-031-1/+0
* When looking for a tag name via unqualified name lookup, only look inDouglas Gregor2009-02-032-4/+3
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-032-0/+88
* Steve set me straight on this one. GCC was right, EDG was wrong: theDouglas Gregor2009-02-021-1/+1
* Check value-initializations that occur when an initializer listDouglas Gregor2009-02-021-0/+15
* Improve our handling of the second step in a user-defined conversionDouglas Gregor2009-01-302-1/+33
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-2/+2
* Implement and test aggregate initialization in C++. Major changes:Douglas Gregor2009-01-301-0/+107
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-282-1/+14
* Complete semantic checking for typedef redeclarations in C++. TheDouglas Gregor2009-01-282-3/+24
* Add handling of member pointers to reinterpret_cast.Sebastian Redl2009-01-271-0/+18
* Add support for member pointers to const_cast.Sebastian Redl2009-01-261-0/+7
* Remove an implemented FIXME and extend test cases. Follow-up on Doug's review.Sebastian Redl2009-01-261-0/+7
* Implement implicit conversions for pointers-to-member.Sebastian Redl2009-01-252-0/+25
* Make tentative parsing of pointer-to-member decls work, and fix other stuff p...Sebastian Redl2009-01-241-0/+5
* Add support for declaring pointers to members.Sebastian Redl2009-01-241-0/+14
* Add missing test case for operator ! result type.Sebastian Redl2009-01-191-0/+9
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-194-4/+4
* Teach DeclContext how to find the primary declaration for any TagDeclDouglas Gregor2009-01-171-1/+17
* Fix <rdar://problem/6502934>. We were creating an ImplicitCastExprDouglas Gregor2009-01-162-3/+14
* Part one of handling C++ functional casts. This handles semanticDouglas Gregor2009-01-161-0/+27
* Add test case for member name lookupDouglas Gregor2009-01-161-0/+132
* Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson2009-01-161-0/+7
* Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor2009-01-162-2/+69
* Refactor name lookup.Douglas Gregor2009-01-141-1/+1
* Test explicit constructorDouglas Gregor2009-01-141-0/+17
* Introduce support for C++0x explicit conversion operators (N2437)Douglas Gregor2009-01-141-6/+6
* Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson2009-01-131-0/+49
* Fix argument-passing bugs in a call to objectDouglas Gregor2009-01-132-3/+24
* Add the proper restrictions on the left-hand argument of a built-inDouglas Gregor2009-01-131-0/+5
* Make sure we don't name a constructor or destructor with a qualifiedDouglas Gregor2009-01-131-0/+11
* Update C++ status and add a few more tests of overloading for member function...Douglas Gregor2009-01-121-0/+17
OpenPOWER on IntegriCloud