summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/over
Commit message (Expand)AuthorAgeFilesLines
* PR44761: Fix fallback to later tiebreakers if two non-template functionsRichard Smith2020-02-041-0/+16
* PR44627: Consider reversing == and <=> candidates found by ADL.Richard Smith2020-01-301-0/+12
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-243-3/+3
* When diagnosing the lack of a viable conversion function, also listRichard Smith2020-01-091-3/+3
* [Concepts] Fix failing test on WindowsSaar Raz2020-01-091-3/+2
* [Concepts] Function trailing requires clausesSaar Raz2020-01-093-0/+238
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-241-1/+1
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-193-0/+280
* Fix regression in r360311 caused by reversed bool arguments.Richard Smith2019-05-161-0/+21
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-26/+18
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+36
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-311-36/+2
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+36
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-222-6/+37
* P0702R1: in class template argument deduction from a list of one element, ifRichard Smith2017-09-071-0/+31
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-1/+23
* [c++1z] Synthesize implicit deduction guides from constructors on demand. RankRichard Smith2017-02-141-15/+13
* [c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.Richard Smith2017-02-102-2/+27
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-0/+43
* Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz2016-11-021-1/+3
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-3/+18
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-212-0/+158
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-212-158/+0
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-212-0/+158
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-162-3/+17
* Improve diagnostics for ill-formed literal operator declarations.Richard Smith2016-02-172-7/+7
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-3/+3
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-171-6/+4
* PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me...Richard Smith2014-04-171-2/+28
* Don't produce duplicate notes if we have deduction failure notes when resolvingRichard Smith2013-08-141-1/+1
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-1/+2
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-2/+1
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-1/+2
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-1/+1
* <rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor2013-04-101-0/+9
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-2/+1
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-3/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-197-0/+7
* Fix a small bug in the way we handle builtin candidates forEli Friedman2012-09-182-16/+28
* When computing the conversion sequence in overload resolutionJohn McCall2012-04-041-0/+15
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-1/+1
* PR12225: The requirement that literal operators be namespace-scope functionsRichard Smith2012-03-101-0/+2
* Literal operator suffixes and regular names live in separate namespaces.Richard Smith2012-03-091-0/+6
* Literal operators can't have default arguments.Richard Smith2012-03-091-0/+1
* Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix notRichard Smith2012-03-081-3/+5
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-1/+1
* Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith2012-03-052-2/+6
* Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.Richard Smith2012-03-046-0/+130
* Add test for C++ DR899.Douglas Gregor2012-02-241-0/+22
OpenPOWER on IntegriCloud