aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-15/+8
2010-09-29decl.c (get_atexit_node): Fix typo.Yao Qi1-2/+2
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-2/+2
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-1/+1
2010-09-24decl.c (compute_array_index_type): Remember type dependence of array bound.Jason Merrill1-3/+13
2010-09-15re PR c++/45665 (ICE: tree check: expected class 'type', have 'exceptional' (...Paolo Carlini1-0/+2
2010-09-10decl.c (reshape_init_vector): For VECTOR_TYPEs...Richard Biener1-7/+3
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-5/+6
2010-09-06* decl.c (cp_finish_decl): Don't change init for auto deduction.Jason Merrill1-5/+8
2010-08-30re PR c++/45043 (ICE: tree check: expected identifier_node, have bit_not_expr...Paolo Carlini1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-13/+8
2010-08-08name-lookup.h (cp_label_binding): Declare.Nathan Froyd1-16/+21
2010-07-30re PR c++/45112 (Aligned attribute on static class member definition ignored)Ulrich Weigand1-0/+4
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini1-2/+4
2010-07-15re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-2/+0
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-3/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-24/+24
2010-07-13re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-0/+2
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-2/+1
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez1-1/+0
2010-06-30decl.c (incomplete_var): Declare.Nathan Froyd1-12/+24
2010-06-30decl.c (struct named_label_entry): Change type of bad_decls field to a VEC.Nathan Froyd1-11/+11
2010-06-29Machinery to support implicit delete/move.Jason Merrill1-0/+4
2010-06-29class.c (type_has_virtual_destructor): New.Jason Merrill1-0/+1
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-11/+11
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-15decl.c (duplicate_decls): Use DECL_IS_BUILTIN rather than test DECL_SOURCE_LO...Jason Merrill1-1/+1
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-16/+57
2010-06-09call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd1-26/+26
2010-06-08decl.c (record_key_method_defined): New, broken out of ...Nathan Sidwell1-9/+26
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-4/+4
2010-06-07re PR c++/44443 (-Wunused-but-set-variable problem with unused attribute on t...Jakub Jelinek1-0/+2
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-4/+6
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2/+2
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-19/+29
2010-06-04call.c (build_conditional_expr): Never fold in unevaluated context.Jason Merrill1-1/+1
2010-06-03class.c (struct vtbl_init_data_s): Remove last_init field.Nathan Froyd1-5/+4
2010-05-30cp-tree.h (cp_build_function_call_nary): Declare.Nathan Froyd1-15/+12
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-6/+4
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-4/+6
2010-05-27re PR c++/43555 (wrong address calculation of multidimensional variable-lengt...Jason Merrill1-0/+28
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz1-1/+2
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-4/+30
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-2/+0
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+3
2010-05-24re PR c++/41510 ([C++0x] std::complex vs. initialization lists)Jason Merrill1-1/+0
2010-05-20re PR c++/30298 (ICE with duplicate broken inheritance)Paolo Carlini1-1/+6
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-5/+5
2010-05-19decl.c (grokdeclarator): Don't check quals on fn type.Jason Merrill1-15/+0
2010-05-19re PR c++/44193 (function types, cv-quals and typename)Jason Merrill1-11/+8