aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02c++: *this capture in const member fn [PR95193].Jason Merrill1-1/+2
2020-06-01c++: constrained lambda inside template [PR92633]Patrick Palka1-1/+15
2020-05-29c++: Template template parameter in constraint [PR95371]Jason Merrill1-1/+10
2020-05-28c++: Immediately deduce auto member [PR94926].Jason Merrill1-0/+1
2020-05-27c++: Revert alias template change [pr95263]Nathan Sidwell1-15/+2
2020-05-19c++: Alias template instantiation template infoNathan Sidwell1-2/+15
2020-05-18c++: Enable spec_hasher table sanitization [PR87847]Patrick Palka1-3/+2
2020-05-18c++: Explain fn template argument type/value mismatches [PR66439]Patrick Palka1-1/+1
2020-05-15PR c++/93286 - ICE with __is_constructible and variadic template.Jason Merrill1-182/+90
2020-05-15c++: Fix thinkos in template_args_equal change.Nathan Sidwell1-2/+2
2020-05-14c++: Fix deferred noexcept on constructor [PR93901].Jason Merrill1-28/+27
2020-05-14c++: Missing SFINAE with lookup_fnfields [PR78446]Patrick Palka1-1/+2
2020-05-14c++: Simplify tsubst_template_declNathan Sidwell1-36/+34
2020-05-14c++: Simplify tsubst_friend_functionNathan Sidwell1-15/+13
2020-05-14c++: simplify lookup_template_class_1Nathan Sidwell1-3/+2
2020-05-14c++: Adjust push_template_decl_realNathan Sidwell1-14/+22
2020-05-14c++: Improve build_template_declNathan Sidwell1-10/+3
2020-05-13c++: Template arg comparisonNathan Sidwell1-9/+8
2020-05-13c++: Simplify typedef access checkingNathan Sidwell1-39/+31
2020-05-13c++: Simplify canonical_type_parameterNathan Sidwell1-16/+8
2020-05-13c++: Formatting fixups & some simplifications.Nathan Sidwell1-42/+40
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-10/+10
2020-05-12openmp: Fix up handling of DECL_OMP_PRIVATIZED_MEMBER for bit-fields [PR95063]Jakub Jelinek1-0/+6
2020-05-11c++: Fix specialization of constrained member template.Jason Merrill1-3/+25
2020-05-11c++: tree walk into TYPENAME_TYPE.Jason Merrill1-6/+1
2020-05-11c++: Improve print_tree of static_assert.Jason Merrill1-15/+2
2020-05-11c++: Remove redundant code.Jason Merrill1-6/+0
2020-05-06c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]Marek Polacek1-3/+5
2020-05-05c++: CWG2235 partial ordering and non-dependent typesJason Merrill1-9/+0
2020-05-05c++: Avoid inconsistency in lambda fn's this pointer name [pr94807]Nathan Sidwell1-0/+1
2020-05-04c++: Simplify process_template_parmNathan Sidwell1-21/+26
2020-05-01c++: Missing SFINAE with inaccessible static data member [PR90880]Patrick Palka1-2/+3
2020-05-01c++: generic lambda and -fsanitize=vla-bound [PR93822]Jason Merrill1-0/+9
2020-04-29c++: Nondeterministic concepts diagnostics [PR94830]Patrick Palka1-7/+6
2020-04-28c++: Redeclaration of implicit operator== [PR94583]Jason Merrill1-0/+12
2020-04-23c++: Lambda in friend of constrained class [PR94645]Patrick Palka1-1/+6
2020-04-22c++: generic lambda forwarding function [PR94546]Jason Merrill1-18/+10
2020-04-22c++: reject scalar array initialization with nullptr [PR94510]Martin Sebor1-0/+27
2020-04-21c++: Dependent conversion operator in concept [PR94597]Patrick Palka1-0/+6
2020-04-21c++: ICE with ptr_plus_exprNathan Sidwell1-0/+4
2020-04-20c++: Recursive unification with packs and explicit targs [PR94628]Patrick Palka1-21/+17
2020-04-20c++: Fix bogus -Wparentheses warning with fold-expression [PR94505]Marek Polacek1-0/+1
2020-04-20c++: tpl-tpl-parms are not canonicalizable types [pr94454]Nathan Sidwell1-2/+11
2020-04-20c++: Template argument hashing [pr94454]Nathan Sidwell1-29/+46
2020-04-18c++: Abbreviated function template return type [PR92187]Patrick Palka1-4/+11
2020-04-13c++: lambdas with internal linkage are different to no-linkage [PR94426]Nathan Sidwell1-0/+8
2020-04-08c++: Fix ICE-on-invalid with lambda template [PR94507]Marek Polacek1-0/+11
2020-04-08c++: Function type and parameter type disagreements [PR92010]Patrick Palka1-37/+114
2020-04-04openmp: Fix ICE on #pragma omp parallel master in template [PR94477]Jakub Jelinek1-1/+3
2020-04-03c++: alias template and parameter packs (PR91966).Jason Merrill1-1/+30