summaryrefslogtreecommitdiff
path: root/test/SemaCXX/overloaded-operator.cpp
AgeCommit message (Expand)Author
2017-10-05Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith
2017-07-31[Sema] Fix operator lookup to consider local extern declarations.Eric Fiselier
2014-09-23Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith
2014-05-17Correct incoherent function versus function template partial ordering for con...Richard Smith
2014-01-30PR14995: Allow a dependent type as the second parameter of operator++ andRichard Smith
2013-08-28Improve error for assignment to incomplete class.Eli Friedman
2013-07-11Fix crash on zero-argument assignment operator.Eli Friedman
2013-06-04Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie
2013-06-03UnresolvedMemberExpr should have an expr location of the member (not the base)David Blaikie
2013-03-04Perform non-overload placeholder conversions on the operandsJohn McCall
2012-01-17Correctly resolve an overload set passed to an overloaded operator=. PR11784.Eli Friedman
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-10-11Catch placeholder types in DefaultLvalueConversionJohn McCall
2011-08-17Whitelist operator== and operator!= as valid for unused value warnings,Chandler Carruth
2011-05-05With invalid overloaded operators, we can get into funny cases whereDouglas Gregor
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-03-16Don't indescriminately print overload candidates when we have invalidDouglas Gregor
2011-02-17Implement -Wenum-compare, which warns when comparing two enums ofChandler Carruth
2010-11-13When complaining about ambiguous overload resolution for a unary orDouglas Gregor
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-07-08Bowing to popular demand, reduce the "comma at end of enumerator list"Douglas Gregor
2010-07-02By default, warn about commas at the end of an enumerator list in C++/C89.Douglas Gregor
2010-06-30Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis
2010-06-08Warn about comparisons between arrays and improve self-comparisonDouglas Gregor
2010-04-25When performing name lookup for an operator name, be sure to lookDouglas Gregor
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-31Rework base and member initialization in constructors, with severalDouglas Gregor
2010-01-11When computing surrogates for calls to a value of object type, lookDouglas Gregor
2010-01-07Improve the lead diagnostic for C++ object subscript expressions withJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor
2009-11-18Do overload resolution for compound assignment even if only the RHS is overlo...Sebastian Redl
2009-11-18Don't generate superfluous and ambiguous built-in candidates for multi-level ...Sebastian Redl
2009-11-15When looking for operator() to type-check a call to an object of classDouglas Gregor
2009-11-05When collecting types for built-in candidates, make arrays decay to pointers....Sebastian Redl
2009-10-23Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de...Sebastian Redl
2009-10-22When building types from declarators, instead of building two types (one forJohn McCall
2009-09-30When overload resolution fails for an overloaded operator, show theDouglas Gregor
2009-09-30Note location of operators caused the circularity.Fariborz Jahanian
2009-09-30Detect operator-> chains of arbitrary length. Use a terrible data structureJohn McCall
2009-09-30self-referecing operator '->' member function was causingFariborz Jahanian
2009-09-2913.1-p3 Overloadable declarationsFariborz Jahanian
2009-08-27When looking for overloaded member operators, make sure to instantiateDouglas Gregor
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor