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