aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)Author
2019-11-08 Backported from mainlineJakub Jelinek
2019-08-12 PR c++/90538 - multiple expansions of capture packsJason Merrill
2019-04-12 PR c++/87603 - constexpr functions are no longer noexcept.Marek Polacek
2019-03-31 PR c++/89852 - ICE with C++11 functional cast with { }.Marek Polacek
2019-03-30 PR c++/89744 - ICE with specialization of member class template.Jason Merrill
2019-03-28 PR c++/89836 - bool constant expression and explicit conversions.Marek Polacek
2019-03-22 PR c++/60702Jakub Jelinek
2019-03-05 * class.c (is_really_empty_class): Add ignore_vptr parm.Jason Merrill
2019-03-02 PR c++/71446Jakub Jelinek
2019-02-22 PR c++/87685 - generic lambda 'this' capture error.Jason Merrill
2019-02-21 PR c++/87921 - wrong error with inline static data member.Jason Merrill
2019-02-18 Improve duplicate [[likely]] diagnostic.Jason Merrill
2019-02-17 PR c++/89217 - ICE with list-initialization in range-based for loop.Marek Polacek
2019-02-13[PR86379] do not use TREE_TYPE for USING_DECL_SCOPEAlexandre Oliva
2019-01-31 PR c++/88752 - ICE with lambda and constexpr if.Jason Merrill
2019-01-27 PR c++/88815 - narrowing conversion lost in decltype.Marek Polacek
2019-01-24 PR c++/89001 - mangling of reference temporariesJason Merrill
2019-01-18 PR c++/86205 - ICE with ?: of throw and template-id.Jason Merrill
2019-01-17[PR87768] reset location wrapper suppression when reentering top levelAlexandre Oliva
2019-01-16 PR c++/78244 - narrowing conversion in template not detected.Marek Polacek
2019-01-14 Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-07 PR c++/88261Bernd Edlinger
2019-01-07 PR c++/85052Jakub Jelinek
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-21 PR c++/86524Jakub Jelinek
2018-12-20 * cp-tree.h (cp_fully_fold_init): Declare.Jakub Jelinek
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm
2018-12-12 PR c++/88446Jakub Jelinek
2018-12-06 PR c++/88136 - -Wdeprecated-copy false positivesJason Merrill
2018-12-06asm inlineSegher Boessenkool
2018-12-06C++: improvements to diagnostics using %P (more PR c++/85110)David Malcolm
2018-11-21gcc/c/ChangeLog:Martin Sebor
2018-11-16 Implement P0479R5, [[likely]] and [[unlikely]].Jason Merrill
2018-11-16 Remove ovl_used, it is no longer neededNathan Sidwell
2018-11-15[C++ DR 2336] virtual dtors, exception specs & abstract classesNathan Sidwell
2018-11-15[C++ DR 2336] Clean up synth walkers firstNathan Sidwell
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-13 Implement P0722R3, destroying operator delete.Jason Merrill
2018-11-13 * cp-tree.h (struct cp_evaluated): New.Jason Merrill
2018-11-08 * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,Jakub Jelinek
2018-11-07[PR C++/87904] lookup ICENathan Sidwell
2018-11-05 Implement UDL changes from P0732R2.Jason Merrill
2018-11-05 Implement P0732R2, class types in non-type template parameters.Jason Merrill
2018-11-01[ABI PATCH] static anonymous unions of function scopeNathan Sidwell
2018-11-01Make __PRETTY_FUNCTION__-like functions mergeable string csts (PR c++/64266).Martin Liska
2018-10-31[C++ PATCH] Simplify overloadsNathan Sidwell
2018-10-30 Implement P0892R2, explicit(bool).Marek Polacek
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm
2018-10-11C++: suggestions for misspelled private members (PR c++/84993)David Malcolm