aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ptree.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-23[PR c++/839888] Baselink tsubst ICENathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-10-25[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell
2017-08-29Remove unnecessary LAMBDA_EXPR fields.Jason Merrill
2017-08-28cp-tree.h (lang_type): Replace sorted_fields vector with bindings map.Nathan Sidwell
2017-06-27Kill IDENTIFIER_TEMPLATE.Nathan Sidwell
2017-06-22Reorder IDENTIFIER flagsNathan Sidwell
2017-05-30Kill IDENTIFIER_NAMESPACE_BINDINGSNathan Sidwell
2017-05-29PR c++/80891 (#4)Nathan Sidwell
2017-05-26cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.Nathan Sidwell
2017-05-16cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators.Nathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21Improve C++ debug_tree.Jason Merrill
2016-10-21* ptree.c (cxx_print_xnode) [TEMPLATE_PARM_INDEX]: Dump the decl.Jason Merrill
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton
2016-02-10* ptree.c (debug_tree): Implement for cp_expr.Jason Merrill
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-08-07Add C++ Concepts TS support.Andrew Sutton
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-18* ptree.c (cxx_print_xnode): Handle TRAIT_EXPR.Jason Merrill
2015-03-06ptree.c (cxx_print_lambda_node): New.Aldy Hernandez
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis
2013-01-10Update copyright years in gcc/Richard Sandiford
2011-11-20re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well)Jason Merrill
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill
2011-05-25print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill
2011-04-27ptree.c (cxx_print_type): Dump fullname.Jason Merrill
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-07-16* ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.Jason Merrill
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill
2009-09-02* ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.Jason Merrill
2009-07-04pt.c (retrieve_specialization): Don't get confused by a using-declaration tha...Jason Merrill
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill
2009-03-31ptree.c (cxx_print_decl): Pretty-print full name of function/template.Jason Merrill
2009-02-18revert accidental commitJason Merrill
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton
2007-03-15ptree.c (cxx_print_type): Use formatting markup for integers when printing te...Douglas Gregor
2006-06-06Fix up whitespacingMike Stump