aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-07-15c++: error recovery & pragmasNathan Sidwell1-15/+32
2020-07-15Daily bump.GCC Administrator1-0/+64
2020-07-14c++: Make convert_like complain about bad ck_ref_bind again [PR95789]Marek Polacek1-16/+38
2020-07-14c++: Parser entry cleanupNathan Sidwell1-51/+44
2020-07-14c++: tree dumperNathan Sidwell1-0/+10
2020-07-14c++: Refactor some class fnsNathan Sidwell1-16/+17
2020-07-14c++: Improve checking of decls with trailing return type [PR95820]Marek Polacek1-86/+80
2020-07-14c++: Comments & formattingNathan Sidwell12-68/+81
2020-07-14Daily bump.GCC Administrator1-0/+10
2020-07-13Remove long-gone cxxmain.c from makefilesNathan Sidwell1-1/+0
2020-07-13c++: Fix tentative parsing of enum-specifier [PR96077]Marek Polacek1-1/+6
2020-07-11Daily bump.GCC Administrator1-0/+21
2020-07-10c++: Support non-type template parms of union type.Jason Merrill2-9/+9
2020-07-10c++: Allow floating-point template parms in C++20.Jason Merrill2-37/+44
2020-07-10c++: [[no_unique_address]] fixes. [PR96105]Jason Merrill1-7/+20
2020-07-10Daily bump.GCC Administrator1-0/+13
2020-07-09openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown1-0/+16
2020-07-09c++: Partially revert fix for PR c++/95497 [PR96132]Patrick Palka1-0/+1
2020-07-09Daily bump.GCC Administrator1-0/+13
2020-07-08c++: ICE in is_really_empty_class [PR95497]Patrick Palka1-1/+1
2020-07-08c++: Better diagnostic for decltype(auto) in C++11 [PR96103]Marek Polacek1-7/+16
2020-07-08Daily bump.GCC Administrator1-0/+13
2020-07-07c++: wrong pretty printing of nested type [PR95303]Patrick Palka1-6/+7
2020-07-07Avoid printing informational notes when -Wmismatched-tags is suppressed in sy...Martin Sebor1-29/+30
2020-07-07Daily bump.GCC Administrator1-0/+19
2020-07-06Exclude calls to variadic lambda stubs from -Wnonnull checking (PR c++/95984).Martin Sebor1-6/+7
2020-07-06c++: Always use pushdecl for exception library helpersNathan Sidwell2-125/+44
2020-07-06c++: Allow empty-declaration in C++11 and later (PR 96068)Jonathan Wakely1-3/+4
2020-07-03Daily bump.GCC Administrator1-0/+13
2020-07-02c++: Support C++20 virtual consteval functions. [PR88335]Jason Merrill5-33/+110
2020-07-02Daily bump.GCC Administrator1-0/+12
2020-07-01c++: Expose cloning form predicatesNathan Sidwell2-34/+41
2020-07-01Daily bump.GCC Administrator1-0/+25
2020-06-30c++: Tweak function cloning namesNathan Sidwell4-13/+21
2020-06-30coroutines: Fix a diagnostic trailing space warning.Iain Sandoe1-1/+1
2020-06-30Daily bump.GCC Administrator1-0/+24
2020-06-30coroutines: Collect the function body rewrite code.Iain Sandoe1-329/+213
2020-06-29c++: Check uniqueness of concepts/variable templates [PR94553]Marek Polacek1-1/+11
2020-06-29c++: Fix CTAD for aggregates in template [PR95568]Marek Polacek1-1/+1
2020-06-29Daily bump.GCC Administrator1-0/+6
2020-06-28coroutines: Handle namespaces while scanning local vars [PR95711].Iain Sandoe1-1/+2
2020-06-28Daily bump.GCC Administrator1-0/+16
2020-06-27coroutines: Handle awaiters that are sub-objects [PR95736]Iain Sandoe1-30/+82
2020-06-27coroutines: Improve diagnostics for one allocator case.Iain Sandoe1-0/+4
2020-06-27Daily bump.GCC Administrator1-0/+18
2020-06-26coroutines: Handle non-method promise expressions [PR95519]Iain Sandoe1-86/+109
2020-06-26coroutines: Handle bad g-r-o-o-a-f cases.Iain Sandoe1-0/+5
2020-06-25Daily bump.GCC Administrator1-0/+24
2020-06-24c++: Handle bad pack expansion in base list. [PR96752]Nicholas Krause1-0/+5
2020-06-24coroutines: Copy attributes to the outlined functions [PR95518,PR95813]Iain Sandoe1-0/+12