aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)Author
2019-10-24Add missing space to diagnostic in reshape_init_r.Marek Polacek
2019-10-24Finish moving constraint and logic functionality of out pt.c.Andrew Sutton
2019-10-24[C++ PATCH] 'std' identifier not neededNathan Sidwell
2019-10-22 PR tree-optimization/85887Jakub Jelinek
2019-10-18[C++ PATCH] anon type namesNathan Sidwell
2019-10-17/cpPaolo Carlini
2019-10-17[C++ PATCH] builtin fn creationNathan Sidwell
2019-10-16 * decl.c (cxx_maybe_build_cleanup): When clearing location of cleanup,Jakub Jelinek
2019-10-14/cpPaolo Carlini
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill
2019-10-09/cpPaolo Carlini
2019-10-07/cpPaolo Carlini
2019-10-05 PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek
2019-10-02 Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill
2019-10-022019-10-02 Richard Biener <rguenther@suse.de>Richard Biener
2019-09-27 * cp-tree.h (class iloc_sentinel): New.Jason Merrill
2019-09-16/cpPaolo Carlini
2019-09-14Formatting and comment syntax adjustments.Jason Merrill
2019-09-11[PATCH] some tree struct markingNathan Sidwell
2019-09-10/cpPaolo Carlini
2019-09-10 PR c++/84374 - diagnose invalid uses of decltype(auto).Marek Polacek
2019-09-06[PATCH] Deprecate -frepo option.Nathan Sidwell
2019-09-05 PR c++/91644 - ICE with constinit in function template.Marek Polacek
2019-09-02Use cxx_printable_name for __PRETTY_FUNCTION__ in cp_fname_init.Martin Liska
2019-08-29/cpPaolo Carlini
2019-08-29 Implement P1152R4: Deprecating some uses of volatile.Marek Polacek
2019-08-28 PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek
2019-08-26 * decl.c (duplicate_decls): Always merge DECL_DECLARED_CONSTEXPR_P.Jason Merrill
2019-08-23 PR c++/91521 - wrong error with operator->.Marek Polacek
2019-08-23 PR c++/79817 - attribute deprecated on namespace.Marek Polacek
2019-08-21[C++] Protect call to copy_attributes_to_builtin (PR91505)Richard Sandiford
2019-08-15 Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill
2019-08-14/cpPaolo Carlini
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-13 PR c++/90473 - wrong code with nullptr in default argument.Marek Polacek
2019-08-08/cpPaolo Carlini
2019-08-06/cpPaolo Carlini
2019-08-052019-08-05 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2019-08-02Mark DECL_SET_IS_OPERATOR_DELETE for user-provided delete operators.Martin Liska
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor
2019-08-01 PR c++/90805 - detect narrowing in case values.Marek Polacek
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor
2019-07-10/cpPaolo Carlini
2019-07-04Improve OpenMP map diagnostics.Andrew Stubbs
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek
2019-06-22 PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek