| Commit message (Expand) | Author | Age | Files | Lines |
| * | PR44761: Fix fallback to later tiebreakers if two non-template functions | Richard Smith | 2020-02-04 | 1 | -0/+16 |
| * | PR44627: Consider reversing == and <=> candidates found by ADL. | Richard Smith | 2020-01-30 | 1 | -0/+12 |
| * | [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a | Saar Raz | 2020-01-24 | 3 | -3/+3 |
| * | When diagnosing the lack of a viable conversion function, also list | Richard Smith | 2020-01-09 | 1 | -3/+3 |
| * | [Concepts] Fix failing test on Windows | Saar Raz | 2020-01-09 | 1 | -3/+2 |
| * | [Concepts] Function trailing requires clauses | Saar Raz | 2020-01-09 | 3 | -0/+238 |
| * | When diagnosing an ambiguity, only note the candidates that contribute | Richard Smith | 2019-10-24 | 1 | -1/+1 |
| * | [c++20] Add rewriting from comparison operators to <=> / ==. | Richard Smith | 2019-10-19 | 3 | -0/+280 |
| * | Fix regression in r360311 caused by reversed bool arguments. | Richard Smith | 2019-05-16 | 1 | -0/+21 |
| * | DR1687: When overload resolution selects a built-in operator, implicit | Richard Smith | 2018-06-27 | 1 | -26/+18 |
| * | [Sema] Improve diagnostics for const- and ref-qualified member functions | Jacob Bandes-Storch | 2017-12-31 | 1 | -2/+36 |
| * | Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb... | Jacob Bandes-Storch | 2017-12-31 | 1 | -36/+2 |
| * | [Sema] Improve diagnostics for const- and ref-qualified member functions | Jacob Bandes-Storch | 2017-12-31 | 1 | -2/+36 |
| * | [C++17] Fix PR34970 - tweak overload resolution for class template deduction-... | Faisal Vali | 2017-10-22 | 2 | -6/+37 |
| * | P0702R1: in class template argument deduction from a list of one element, if | Richard Smith | 2017-09-07 | 1 | -0/+31 |
| * | [c++1z] Add some more tests for class template argument deduction, add | Richard Smith | 2017-02-14 | 1 | -1/+23 |
| * | [c++1z] Synthesize implicit deduction guides from constructors on demand. Rank | Richard Smith | 2017-02-14 | 1 | -15/+13 |
| * | [c++1z] P0512R0: support for 'explicit' specifier on deduction-guides. | Richard Smith | 2017-02-10 | 2 | -2/+27 |
| * | [c++1z] P0091R3: Basic support for deducing class template arguments via dedu... | Richard Smith | 2017-02-09 | 1 | -0/+43 |
| * | Add a note that points to the linkage specifier for the C++ linkage errors | Alex Lorenz | 2016-11-02 | 1 | -1/+3 |
| * | [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for | Richard Smith | 2016-10-22 | 1 | -3/+18 |
| * | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 2 | -0/+158 |
| * | Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ... | Renato Golin | 2016-10-21 | 2 | -158/+0 |
| * | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 2 | -0/+158 |
| * | P0012R1: Make exception specifications be part of the type system. This | Richard Smith | 2016-10-16 | 2 | -3/+17 |
| * | Improve diagnostics for ill-formed literal operator declarations. | Richard Smith | 2016-02-17 | 2 | -7/+7 |
| * | When pretty-printing a C++11 literal operator, don't insert whitespace between | Richard Smith | 2015-10-08 | 1 | -1/+1 |
| * | [Sema] Be consistent about diagnostic wording: always use "cannot". | Davide Italiano | 2015-08-15 | 1 | -3/+3 |
| * | Implement [over.match.oper]p3 properly, by filtering the non-candidates out | Richard Smith | 2014-04-17 | 1 | -6/+4 |
| * | PR19452: Implement more of [over.match.oper]p3's restrictions on which non-me... | Richard Smith | 2014-04-17 | 1 | -2/+28 |
| * | Don't produce duplicate notes if we have deduction failure notes when resolving | Richard Smith | 2013-08-14 | 1 | -1/+1 |
| * | FIXME fix: improving diagnostics for template arguments deduction of class te... | Larisse Voufo | 2013-07-19 | 1 | -1/+2 |
| * | Revert "Use function overloading instead of template specialization for diagn... | Larisse Voufo | 2013-07-19 | 1 | -2/+1 |
| * | Use function overloading instead of template specialization for diagnosis of ... | Larisse Voufo | 2013-07-19 | 1 | -1/+2 |
| * | Bound member function diagnostic - suggest no-args calls and note overload ca... | David Blaikie | 2013-06-04 | 1 | -1/+1 |
| * | <rdar://problem/13605348> Don't consider invalid user-defined literal operato... | Douglas Gregor | 2013-04-10 | 1 | -0/+9 |
| * | Handle universal character names and Unicode characters outside of literals. | Jordan Rose | 2013-01-24 | 1 | -2/+1 |
| * | DR1473: Do not require a space between operator"" and the ud-suffix in a | Richard Smith | 2012-10-20 | 1 | -3/+2 |
| * | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 7 | -0/+7 |
| * | Fix a small bug in the way we handle builtin candidates for | Eli Friedman | 2012-09-18 | 2 | -16/+28 |
| * | When computing the conversion sequence in overload resolution | John McCall | 2012-04-04 | 1 | -0/+15 |
| * | Unpluralize -Wfoo-conversions warnings for consistency. | David Blaikie | 2012-03-15 | 1 | -1/+1 |
| * | PR12225: The requirement that literal operators be namespace-scope functions | Richard Smith | 2012-03-10 | 1 | -0/+2 |
| * | Literal operator suffixes and regular names live in separate namespaces. | Richard Smith | 2012-03-09 | 1 | -0/+6 |
| * | Literal operators can't have default arguments. | Richard Smith | 2012-03-09 | 1 | -0/+1 |
| * | Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not | Richard Smith | 2012-03-08 | 1 | -3/+5 |
| * | User-defined literals: reject string and character UDLs in all places where the | Richard Smith | 2012-03-06 | 1 | -1/+1 |
| * | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith | 2012-03-05 | 2 | -2/+6 |
| * | Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. | Richard Smith | 2012-03-04 | 6 | -0/+130 |
| * | Add test for C++ DR899. | Douglas Gregor | 2012-02-24 | 1 | -0/+22 |