aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ptree.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka1-0/+6
2021-11-16c++: improve print_node of PTRMEM_CSTJason Merrill1-0/+3
2021-11-09Convert strlen pass from evrp to ranger.Aldy Hernandez1-1/+1
2021-09-23c++: improve tree dump for templated declsPatrick Palka1-7/+3
2021-07-31c++: pretty-print TYPE_PACK_EXPANSION betterJason Merrill1-0/+1
2021-04-05c++: Fix print-tree for TEMPLATE_DECLJason Merrill1-9/+9
2021-03-11c++: Fix unhiding friend with imports [PR 99248]Nathan Sidwell1-2/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-10c++: Module-specific error and tree dumpingNathan Sidwell1-0/+36
2020-12-02c++: Fix bootstrapNathan Sidwell1-3/+3
2020-12-02C++ Module Binding VectorNathan Sidwell1-0/+38
2020-09-24c++: Cleanup some decl pushing apisNathan Sidwell1-1/+5
2020-08-24c++: overload dumperNathan Sidwell1-0/+16
2020-07-28c++: tree dump indentationNathan Sidwell1-6/+24
2020-07-14c++: tree dumperNathan Sidwell1-0/+10
2020-07-14c++: Comments & formattingNathan Sidwell1-2/+3
2020-05-11c++: Improve print_tree of static_assert.Jason Merrill1-0/+11
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
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