aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12[PR63240] generate debug info for defaulted member functionsAlexandre Oliva1-2/+23
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+0
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-0/+4
2015-09-14PR28901 -Wunused-variable ignores unused const initialised variables in CMark Wielaard1-4/+0
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+4
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-05Merge debug-early branch into mainline.Aldy Hernandez1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-10/+6
2014-10-26In cp/error.c...Manuel López-Ibáñez1-18/+0
2014-10-05PR debug/63239 Add DWARF representation for C++11 deleted member function.Mark Wielaard1-0/+10
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-2/+5
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-02-19re PR debug/56563 (no debuginfo for "explicit" operator)Jakub Jelinek1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis1-0/+1
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-10/+7
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-1/+1
2013-07-21class.c: Fix typos.Ondřej Bílka1-1/+1
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-0/+1
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek1-0/+19
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-2/+2
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+2
2011-10-11re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)Jason Merrill1-0/+1
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-0/+1
2011-05-25cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK has TS_COMMON.Jason Merrill1-0/+1
2011-05-25cp-objcp-common.c (cp_common_init_ts): Mark CTOR_INITIALIZER as TS_TYPED.Jakub Jelinek1-0/+1
2011-05-10mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd1-1/+1
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-0/+1
2011-04-14cp-tree.def (SWITCH_STMT): Add an extra operand.Nathan Froyd1-1/+1
2011-04-14cp-tree.def (IF_STMT): Add an extra operand.Nathan Froyd1-1/+1
2011-04-14cp-tree.def (FOR_STMT, [...]): Add an extra operand.Nathan Froyd1-2/+2
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-0/+73
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek1-1/+3
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-2/+7
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-06-02tree.h (struct tree_decl_map): New type.Jakub Jelinek1-12/+12
2010-02-17re PR c++/43075 (20_util/bind/ref2.cc FAILs)Jason Merrill1-43/+0
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-0/+2
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-0/+2