summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++0x nullptr.Sebastian Redl2009-05-101-1/+9
* When determining whether an expression refers to a bit-field, lookDouglas Gregor2009-05-021-9/+8
* Get rid of the implicit deref call when calling member functions where the ba...Anders Carlsson2009-05-011-12/+22
* Implement semantic analysis for transparent unions. This is largelyDouglas Gregor2009-04-291-1/+5
* Conditional operator C++ checking complete. What issues remain are in more ge...Sebastian Redl2009-04-191-12/+67
* Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl2009-04-161-12/+49
* Parse deleted member functions. Parsing member declarations goes through a di...Sebastian Redl2009-04-121-21/+39
* implement rdar://6780761, making sema reject some code that otherwiseChris Lattner2009-04-121-6/+8
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-4/+6
* Hopefully fix the rval regressions. Thanks to Chris for pointing out that val...Sebastian Redl2009-03-291-0/+2
* Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...Sebastian Redl2009-03-291-7/+8
* QualType can go in SmallPtrSet now, simplify code that used to haveChris Lattner2009-03-291-42/+4
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-1/+1
* Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson2009-03-281-8/+7
* Better overload resolution for rvalue references.Sebastian Redl2009-03-271-7/+8
* Type::isObjectType now implements the (more sensible) C++ definitionDouglas Gregor2009-03-241-3/+2
* Disallow catching exceptions by rvalue reference.Sebastian Redl2009-03-221-6/+17
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-21/+30
* Implement template instantiation for the prefix unary operators. AsDouglas Gregor2009-03-131-1/+149
* Refactor the way we handle operator overloading and templateDouglas Gregor2009-03-131-43/+206
* Improve the representation of operator expressions like "x + y" withinDouglas Gregor2009-03-131-106/+38
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-36/+38
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-17/+17
* Drop uses of getAsPointerLikeType.Daniel Dunbar2009-02-261-1/+3
* Provide a proper source location when building an implicit dereference. Fixes...Douglas Gregor2009-02-191-1/+1
* Downgrade complaints about calling unavailable functions to a warningDouglas Gregor2009-02-181-2/+51
* remove "; candidates are/is:" from various ambiguity diagnostics.Chris Lattner2009-02-171-9/+5
* Several cleanups:Steve Naroff2009-02-121-10/+10
* Expand the definition of a complex promotion to include complex ->Douglas Gregor2009-02-121-3/+7
* Introduce _Complex conversions into the function overloadingDouglas Gregor2009-02-121-1/+54
* Initial implementation of function overloading in C.Douglas Gregor2009-02-111-21/+39
* Add semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-0/+19
* Add partial semantic checking of template arguments that are meant forDouglas Gregor2009-02-111-1/+1
* CallExpr now uses ASTContext's allocate to allocate/delete its array of subex...Ted Kremenek2009-02-091-4/+9
* Overhaul of Stmt allocation:Ted Kremenek2009-02-071-17/+19
* Remove some non-ASCII in comment.Sebastian Redl2009-02-051-2/+2
* Implement taking address of member functions, including overloaded ones.Sebastian Redl2009-02-041-6/+28
* Bring operator name lookup (as required for C++ operator overloading)Douglas Gregor2009-02-041-51/+22
* Fix our semantic analysis ofDouglas Gregor2009-02-041-9/+45
* Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor2009-02-041-9/+96
* Steve set me straight on this one. GCC was right, EDG was wrong: theDouglas Gregor2009-02-021-3/+5
* Improve our handling of the second step in a user-defined conversionDouglas Gregor2009-01-301-14/+34
* Eliminated LookupCriteria, whose creation was causing a bottleneck forDouglas Gregor2009-01-301-3/+2
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-281-43/+42
* Implement implicit conversions for pointers-to-member.Sebastian Redl2009-01-251-6/+101
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-8/+5
* Convert more expression actions to smart pointers.Sebastian Redl2009-01-191-6/+8
* Use a single function for doing vararg argument promotion. Also, make sure to...Anders Carlsson2009-01-161-7/+1
* Introduce support for C++0x explicit conversion operators (N2437)Douglas Gregor2009-01-141-23/+71
* Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson2009-01-131-0/+7
OpenPOWER on IntegriCloud