aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-objcp-common.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-01tree.c (tree_expr_size): New function.Richard Guenther1-1/+1
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-15/+0
2009-03-27re PR debug/37959 (g++ does not emit DW_AT_explicit)Dodji Seketeli1-1/+11
2009-03-05re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Jason Merrill1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-03-07c-common.c (vector_types_convertible_p): Call langhook instead of comptypes.Paolo Bonzini1-13/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-1/+0
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther1-1/+3
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+15
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-15/+0
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+3
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-0/+11
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-2/+2
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-2/+2
2006-12-04cp-objcp-common.c (cp_expr_size): Return NULL in the case size is undefined.Jan Hubicka1-23/+23
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-0/+1