aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-08-27vec: add exact argument for various grow functions.Martin Liska6-8/+9
2020-08-27Daily bump.GCC Administrator1-0/+12
2020-08-26c++: template operator lookup cachingNathan Sidwell2-40/+65
2020-08-26Daily bump.GCC Administrator1-0/+23
2020-08-25OpenMP: Improve map-clause error message for array function parameter (PR96678)Tobias Burnus1-2/+7
2020-08-25c++: Fix up ptr.~PTR () handling [PR96721]Jakub Jelinek3-5/+8
2020-08-24c++: Emit as-base 'tor symbols for final class. [PR95428]Jason Merrill1-8/+2
2020-08-25Daily bump.GCC Administrator1-0/+4
2020-08-24c++: overload dumperNathan Sidwell1-0/+16
2020-08-20Daily bump.GCC Administrator1-0/+12
2020-08-19c++: Check satisfaction before non-dep convs. [CWG2369]Jason Merrill3-10/+39
2020-08-19Daily bump.GCC Administrator1-0/+29
2020-08-18c++: alias template template_info settingNathan Sidwell2-8/+25
2020-08-18c++: Rewrite members for all deduction guides. [PR96199]Jason Merrill3-4/+33
2020-08-18c++: Handle enumerator in C++20 alias CTAD. [PR96199]Jason Merrill1-0/+43
2020-08-18c++: Move hidden-lambda entity lookup checkingNathan Sidwell1-12/+10
2020-08-15Daily bump.GCC Administrator1-0/+123
2020-08-14c++: Final bit of name-lookup api simplificationNathan Sidwell6-52/+41
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell8-60/+53
2020-08-14c++: Copy elision and [[no_unique_address]]. [PR93711]Jason Merrill4-19/+42
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell11-143/+139
2020-08-14Daily bump.GCC Administrator1-0/+25
2020-08-13[c++]: Unconfuse lookup_name_real API a bitNathan Sidwell6-32/+70
2020-08-12c++: Fixing the wording of () aggregate-init [PR92812]Marek Polacek1-0/+14
2020-08-11Daily bump.GCC Administrator1-0/+13
2020-08-10c++: Fix constexpr evaluation of SPACESHIP_EXPR [PR96497]Jakub Jelinek1-2/+2
2020-08-10c++: constraints and address of template-idPatrick Palka1-1/+4
2020-08-06Daily bump.GCC Administrator1-0/+9
2020-08-05c++: cxx_eval_vec_init after zero-initialization [PR96282]Patrick Palka1-1/+17
2020-08-05Daily bump.GCC Administrator1-0/+24
2020-08-04c++: Template keyword following :: [PR96082]Marek Polacek1-1/+1
2020-08-04c++: fix template parm count leakNathan Sidwell1-25/+26
2020-08-04c++: Member initializer list diagnostic locations [PR94024]Patrick Palka3-1/+23
2020-08-04Daily bump.GCC Administrator1-0/+11
2020-08-03c++: Remove unused declaration.Marek Polacek1-1/+0
2020-08-03c++: Variable template and template parameter pack [PR96218]Marek Polacek1-2/+3
2020-08-01Daily bump.GCC Administrator1-0/+40
2020-07-31c++: Use error_at rather than warning_at for missing return in constexpr func...Jakub Jelinek1-38/+45
2020-07-31Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.Martin Sebor1-2/+8
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener1-0/+2
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka3-14/+27
2020-07-31Daily bump.GCC Administrator1-0/+28
2020-07-29c++: overload sets and placeholder return type [PR64194]Patrick Palka1-1/+10
2020-07-29c++: alias_ctad_tweaks and constrained dguide [PR95486]Patrick Palka1-1/+4
2020-07-29c++: abbreviated function template friend matching [PR96106]Patrick Palka1-0/+1
2020-07-29c++: constraints and explicit instantiation [PR96164]Patrick Palka2-12/+17
2020-07-30Daily bump.GCC Administrator1-0/+23
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill7-63/+144
2020-07-29c++: Avoid calling const copy ctor on implicit move. [PR91212]Jason Merrill1-3/+6
2020-07-29Daily bump.GCC Administrator1-0/+29