summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* c-tree.h, [...]: Remove unused prototypes.Kazu Hirata2005-01-141-1/+0
* re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson2004-12-181-4/+1
* c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'.Ziemowit Laski2004-12-071-3/+4
* c-tree.h (struct lang_type): Add 'objc_protocols' field.Ziemowit Laski2004-12-071-0/+3
* c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata2004-11-111-2/+0
* c-tree.h (enum c_typespec_kind, [...]): New.Joseph Myers2004-10-141-2/+41
* c-tree.h (readonly_error): Remove.Joseph Myers2004-09-301-1/+0
* c-tree.h (enum c_typespec_keyword): New.Joseph Myers2004-09-171-11/+36
* c-tree.h (struct c_declspecs): Add const_p, volatile_p and restrict_p.Joseph Myers2004-09-141-3/+12
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-2/+8
* c-tree.h (enum c_storage_class): New.Joseph Myers2004-09-111-0/+16
* c-tree.h (struct c_declspecs): Remove typedef_decl.Joseph Myers2004-09-111-2/+5
* re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers2004-09-091-13/+52
* c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers2004-09-091-17/+98
* c-tree.h (C_DECL_USED, [...]): New.Joseph Myers2004-09-091-0/+15
* c-decl.c (groktypename_in_parm_context): Remove function.Ziemowit Laski2004-09-081-1/+0
* c-decl.c (store_parm_decls_newstyle): Make static.Ziemowit Laski2004-09-031-1/+1
* c-decl.c (store_parm_decls_newstyle): Make externally visible.Ziemowit Laski2004-09-021-0/+1
* attribs.c (strip_attrs): Remove.Joseph Myers2004-08-311-0/+1
* c-tree.h (struct language_function): Add arg_info element.Joseph Myers2004-08-301-0/+1
* c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski2004-08-281-2/+0
* c-typeck.c (build_offsetof): Remove.Richard Henderson2004-08-261-1/+0
* c-decl.c (grokparm): New function.Ziemowit Laski2004-08-251-0/+1
* * c-tree.h (c_sizeof_nowarn): Remove.Joseph Myers2004-08-221-2/+0
* c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner.Joseph Myers2004-08-211-1/+4
* c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b...Joseph Myers2004-08-211-3/+3
* re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers2004-07-221-4/+6
* c-tree.h (struct c_expr): Define.Joseph Myers2004-07-191-6/+15
* langhooks.h (builtin_function): New langhook.Joseph Myers2004-07-171-0/+2
* c-decl.c (static_ctors, [...]): Make static.Zack Weinberg2004-07-081-4/+0
* langhooks.c: Don't include gt-langhooks.h.Zack Weinberg2004-07-051-1/+0
* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell2004-07-051-1/+1
* c-decl.c (struct c_binding): Remove contour field; add depth, invisible, nest...Zack Weinberg2004-07-031-6/+2
* re PR c/1027 (slightly misleading printf format warning)Joseph Myers2004-07-011-0/+2
* c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson2004-06-241-20/+14
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-1/+0
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-0/+1
* c-common.c (verify_sequence_points): Export.Richard Henderson2004-06-211-1/+1
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-0/+3
* c-common.h (c_begin_if_stmt, [...]): Remove decls.Richard Henderson2004-06-161-1/+1
* c-parse.in (if_stmt_locus): Remove.Richard Henderson2004-06-161-4/+4
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-2/+20
* c-typeck.c (comptypes, [...]): Remove flags parameter.Joseph Myers2004-06-131-6/+1
* re PR c/13519 (typeof(nonconst+const) is const)Joseph Myers2004-06-061-0/+1
* c-parse.in (OFFSETOF, [...]): New.Richard Henderson2004-06-011-0/+1
* c-decl.c (c_expand_body_1): Remove and fold back into ...Andrew Pinski2004-05-301-1/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-3/+14
* re PR c/14734 (Error recovery problem with undeclared array bounds)Zack Weinberg2004-03-281-28/+4
* c-tree.h (C_DECL_REGISTER): New.Joseph Myers2004-03-281-0/+5