summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
Commit message (Expand)AuthorAgeFilesLines
* * cp-tree.h (lang_type): Move align into type_flags.mmitchel1999-09-011-5/+4
* * cp-tree.h (IS_AGGR_TYPE_2): Fix typo.jason1999-08-301-1/+1
* * cp-tree.h (begin_init_stmts): Declare.mmitchel1999-08-301-0/+2
* * cp-tree.h (start_handler_parms): New function.mmitchel1999-08-301-1/+3
* * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.mmitchel1999-08-291-7/+2
* * cp-tree.h (fndecl_as_string, type_as_string,ghazi1999-08-291-15/+15
* * cp-tree.h (strip_array_types): New function.mmitchel1999-08-291-0/+1
* * cp-tree.def (LABEL_STMT): New tree node.mmitchel1999-08-291-2/+4
* * cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.mmitchel1999-08-271-0/+5
* For gcc:gavin1999-08-261-1/+1
* * cp-tree.def (SUBOBJECT): New tree node.mmitchel1999-08-251-7/+11
* * cp-tree.h: Declare flag_use_repository.jason1999-08-191-0/+4
* * cp-tree.h (build_lang_field_decl): Remove.mmitchel1999-08-181-1/+0
* * cp-tree.h (back_end_hook): New variable.mmitchel1999-08-171-0/+6
* * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.mmitchel1999-08-171-0/+12
* * cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.mmitchel1999-08-161-6/+8
* * cp-tree.def (STMT_EXPR): New tree node.mmitchel1999-08-161-1/+13
* Speed up Koenig lookup.jason1999-08-141-2/+3
* * cp-tree.def (DECL_STMT): Make it smaller.mmitchel1999-08-141-6/+29
* For gcc:gavin1999-08-131-0/+2
* * lang-options.h: Add -fms-extensions.jason1999-08-121-0/+3
* * cp-tree.h (minimal_parse_mode): Remove.mmitchel1999-08-121-2/+1
* * extend.texi (C++ Signatures): Remove node.mmitchel1999-08-111-109/+13
* * semantics.c (begin_function_try_block, finish_function_try_block,jason1999-08-091-0/+5
* * class.c (count_fields, add_fields_to_vec): Add static prototype.ghazi1999-08-071-5/+6
* * decl.c (lookup_name_real): Set the complain flag if we'rejason1999-08-071-0/+1
* * cp-tree.h (empty_except_spec): New global var.nathan1999-08-041-1/+3
* * call.c (convert_arg_to_ellipsis): Use pod_type_p.nathan1999-08-031-1/+5
* * invoke.texi (-fdump-translation-unit): New option.mmitchel1999-08-031-5/+33
* * cp-tree.h (TYPE_PTRMEMFUNC_P): Check TYPE_LANG_SPECIFIC non-null.rth1999-08-021-2/+5
* * typeck2.c (initializer_constant_valid_p): Moved to c-common.c.rth1999-07-311-1/+0
* * cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.jason1999-07-281-4/+8
* * cp-tree.h (BINFO_VIRTUALS): Document new format.mmitchel1999-07-271-1/+8
* * cp-tree.h (ncp_convert): Rename to perform_implicit_conversion.mmitchel1999-07-261-1/+1
* * cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.mmitchel1999-07-261-2/+23
* * call.c (NEED_TEMPORARY_P): New macro.mmitchel1999-07-231-1/+15
* * decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,jason1999-07-211-4/+3
* * lang-specs.h (c++-cpp-output): Pass -fpreprocessed.jason1999-07-201-2/+2
* * c-common.h: New file.crux1999-07-201-70/+92
* * cp-tree.h (struct lang_decl): Added field for storing sortedjason1999-07-091-2/+10
* * decl2.c (reparse_absdcl_as_casts): Don't warn about old-stylejason1999-07-091-12/+0
* * cp-tree.h (IS_AGGR_TYPE): Include instantiated template templatemmitchel1999-07-051-3/+13
* For gcc:gavin1999-07-021-0/+1
* * cp-tree.h (class_cache_firstobj): Declare.mmitchel1999-06-151-1/+4
* * class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it tommitchel1999-05-251-5/+19
* * cp-tree.h (push_nested_namespace): Declare.mmitchel1999-05-221-0/+2
* * cp-tree.h (cplus_expand_constant): Declare.mmitchel1999-05-221-0/+1
* * Make-lang.in (cc1plus): Make it depend on gxx.gperf.mmitchel1999-05-211-2/+4
* * cp-tree.h (make_ptrmem_cst): New function.mmitchel1999-05-201-0/+1
* Implement anonymous structs.jason1999-05-191-11/+9