aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-04-01c++: Fix DMI with lambda 'this' capture [PR94205]Jason Merrill4-2/+16
2020-04-01c++: Adjust formatting.Jason Merrill2-49/+60
2020-03-30c++: Fix comparison of fn() and ns::fn() [PR90711]Jason Merrill2-1/+19
2020-03-30c++: Fix handling of internal fn calls in statement expressions [PR94385]Jakub Jelinek2-1/+8
2020-03-28c++: Diagnose when "requires" is used instead of "requires requires" [PR94306]Patrick Palka2-1/+20
2020-03-28c++: requires-expression outside of a template is misevaluated [PR94252]Patrick Palka6-11/+46
2020-03-28c++: Respect current_constraint_diagnosis_depth in diagnose_compound_requirementPatrick Palka2-9/+23
2020-03-28c++: Replay errors during diagnosis of constraint satisfaction failuresPatrick Palka3-20/+157
2020-03-27[pr84733] Fix ICE popping local scopeNathan Sidwell2-1/+7
2020-03-27c++: avoid -Wredundant-tags on a first declaration in use [PR 93824]Martin Sebor4-74/+181
2020-03-27c++: Fix ICE after ambiguous inline namespace reopen [PR94257]Nathan Sidwell2-12/+54
2020-03-27c++: Avoid calls in non-evaluated contexts affect whether function can or can...Jakub Jelinek2-4/+12
2020-03-27c++: Handle COMPOUND_EXPRs in ocp_convert [PR94339]Jakub Jelinek2-0/+17
2020-03-26c++: template keyword accepted before destructor names [PR94336]Marek Polacek2-0/+15
2020-03-26c++: Remove redundant calls to type_dependent_expression_pPatrick Palka4-8/+13
2020-03-26c++: DR1710, template keyword in a typename-specifier [PR94057]Marek Polacek2-13/+77
2020-03-26coroutines: Implement n4849 recommended symmetric transfer.Iain Sandoe2-132/+110
2020-03-26coroutines: Implement n4849 changes to exception handling.Iain Sandoe2-5/+102
2020-03-26c++: Fix up user_provided_p [PR81349]Jakub Jelinek2-6/+8
2020-03-26c++: Fix a -fcompare-debug issue with DEBUG_BEGIN_STMT stmts in STATEMENT_LIS...Jakub Jelinek2-0/+34
2020-03-25c++: Fix invalid -Wduplicated-cond warning [PR94265]Patrick Palka2-0/+14
2020-03-25coroutines: Fix missing dereference (PR94319).Iain Sandoe2-1/+6
2020-03-24c++: Fix wrong no post-decrement operator error in template [PR94190]Marek Polacek2-1/+9
2020-03-24c++: Improve handling of ill-formed constraints [PR94186].Jason Merrill2-22/+67
2020-03-24c++: Fix template parm with dependent type in concepts.Jason Merrill2-0/+6
2020-03-24c++: Give more expressions locations.Jason Merrill2-1/+9
2020-03-23c++: Avoid a suspicious -Wnoexcept warning [PR93805]Patrick Palka3-2/+11
2020-03-23[PR94044] Fix ICE with sizeof<argumentpack>Nathan Sidwell2-1/+11
2020-03-21c++: Reject changing active member of union during initialization [PR94066]Patrick Palka2-9/+78
2020-03-20c++: Include the constraint parameter mapping in diagnostic constraint contextsPatrick Palka4-34/+30
2020-03-19c++: Avoid unnecessary empty class copy [94175].Jason Merrill4-1/+28
2020-03-19c++: Fix up handling of captured vars in lambdas in OpenMP clauses [PR93931]Jakub Jelinek3-6/+21
2020-03-18PR c++/94147 - mangling of lambdas assigned to globalsNathan Sidwell3-9/+39
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek5-10/+17
2020-03-18c++: Diagnose a deduction guide in a wrong scope [PR91759]Jakub Jelinek2-0/+15
2020-03-17c++: Fix comment typo.Jason Merrill1-1/+1
2020-03-17c++: Fix parsing of invalid enum specifiers [PR90995]Jakub Jelinek2-31/+31
2020-03-17Fix the ChangeLog after the __is_assignable/__is_constructible fixVille Voutilainen1-8/+1
2020-03-17c++: Fix access checks for __is_assignable and __is_constructibleVille Voutilainen2-2/+16
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek4-9/+19
2020-03-15coroutines: Fix indentation (NFC).Iain Sandoe2-4/+8
2020-03-14c++: Fix ICE-after-error on partial spec [92068]Jason Merrill2-1/+14
2020-03-14c++: Find parameter pack in typedef in lambda [92909].Jason Merrill2-4/+18
2020-03-14c++: Fix CTAD with multiple-arg ctor template [93248].Jason Merrill2-1/+10
2020-03-14Fix doubled indefinite articles, mostly in comments.Jakub Jelinek3-2/+8
2020-03-13c++: Redundant -Wdeprecated-declarations warning in build_over_call [PR67960]Patrick Palka2-0/+11
2020-03-12c++: Tweak reshape_init_array_1 [PR94124]Jakub Jelinek2-5/+23
2020-03-11c++: Fix ICE with concepts and aliases [PR93907].Jason Merrill4-2/+13
2020-03-11c++: Fix wrong modifying const object error for COMPONENT_REF [PR94074]Marek Polacek2-1/+51
2020-03-10c++: Fix wrong conversion error with non-viable overload [PR94124]Marek Polacek2-0/+13