summaryrefslogtreecommitdiff
path: root/test/SemaCXX/overloaded-operator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith2017-10-051-0/+35
* [Sema] Fix operator lookup to consider local extern declarations.Eric Fiselier2017-07-311-0/+19
* Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith2014-09-231-0/+12
* Correct incoherent function versus function template partial ordering for con...Richard Smith2014-05-171-0/+12
* PR14995: Allow a dependent type as the second parameter of operator++ andRichard Smith2014-01-301-0/+55
* Improve error for assignment to incomplete class.Eli Friedman2013-08-281-0/+7
* Fix crash on zero-argument assignment operator.Eli Friedman2013-07-111-1/+5
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-3/+3
* UnresolvedMemberExpr should have an expr location of the member (not the base)David Blaikie2013-06-031-1/+2
* Perform non-overload placeholder conversions on the operandsJohn McCall2013-03-041-0/+25
* Correctly resolve an overload set passed to an overloaded operator=. PR11784.Eli Friedman2012-01-171-0/+7
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-1/+1
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-1/+1
* Whitelist operator== and operator!= as valid for unused value warnings,Chandler Carruth2011-08-171-2/+2
* With invalid overloaded operators, we can get into funny cases whereDouglas Gregor2011-05-051-4/+13
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-4/+4
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-4/+3
* Don't indescriminately print overload candidates when we have invalidDouglas Gregor2011-03-161-0/+16
* Implement -Wenum-compare, which warns when comparing two enums ofChandler Carruth2011-02-171-2/+2
* When complaining about ambiguous overload resolution for a unary orDouglas Gregor2010-11-131-2/+2
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-1/+1
* Bowing to popular demand, reduce the "comma at end of enumerator list"Douglas Gregor2010-07-081-1/+1
* By default, warn about commas at the end of an enumerator list in C++/C89.Douglas Gregor2010-07-021-1/+1
* Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis2010-06-301-1/+1
* Warn about comparisons between arrays and improve self-comparisonDouglas Gregor2010-06-081-0/+7
* When performing name lookup for an operator name, be sure to lookDouglas Gregor2010-04-251-0/+21
* Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson2010-04-231-4/+4
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-4/+4
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-1/+1
* When computing surrogates for calls to a value of object type, lookDouglas Gregor2010-01-111-4/+11
* Improve the lead diagnostic for C++ object subscript expressions withJohn McCall2010-01-071-0/+24
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-1/+1
* Do overload resolution for compound assignment even if only the RHS is overlo...Sebastian Redl2009-11-181-0/+28
* Don't generate superfluous and ambiguous built-in candidates for multi-level ...Sebastian Redl2009-11-181-0/+10
* When looking for operator() to type-check a call to an object of classDouglas Gregor2009-11-151-1/+8
* When collecting types for built-in candidates, make arrays decay to pointers....Sebastian Redl2009-11-051-0/+11
* Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de...Sebastian Redl2009-10-231-0/+28
* When building types from declarators, instead of building two types (one forJohn McCall2009-10-221-1/+1
* When overload resolution fails for an overloaded operator, show theDouglas Gregor2009-09-301-2/+2
* Note location of operators caused the circularity.Fariborz Jahanian2009-09-301-4/+4
* Detect operator-> chains of arbitrary length. Use a terrible data structureJohn McCall2009-09-301-0/+16
* self-referecing operator '->' member function was causingFariborz Jahanian2009-09-301-0/+11
* 13.1-p3 Overloadable declarationsFariborz Jahanian2009-09-291-1/+1
* When looking for overloaded member operators, make sure to instantiateDouglas Gregor2009-08-271-0/+4
* Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor2009-05-291-1/+1