aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-29c-tree.h (default_function_array_conversion): Take and return struct c_expr.Joseph Myers1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15c-tree.h (default_function_array_conversion): Declare.Joseph Myers1-0/+1
2005-05-09c-tree.h (parser_build_unary_op): New prototype.Roger Sayle1-0/+1
2005-05-02re PR c/15698 (no error in presence of broken builtin fn + K&R declaration)Joseph Myers1-0/+5
2005-04-20re PR c/12913 (Jumps into variable length array scope not rejected)Joseph Myers1-7/+41
2005-04-08* c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.Kazu Hirata1-7/+0
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers1-0/+33
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-1/+0
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers1-0/+1
2005-03-11c-tree.h (struct c_declarator): New id_loc field.Per Bothner1-0/+1
2005-03-02re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers1-2/+2
2005-02-25c-parser.c: New file.Joseph Myers1-1/+5
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14c-tree.h, [...]: Remove unused prototypes.Kazu Hirata1-1/+0
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-4/+1
2004-12-07c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'.Ziemowit Laski1-3/+4
2004-12-07c-tree.h (struct lang_type): Add 'objc_protocols' field.Ziemowit Laski1-0/+3
2004-11-11c-typeck.c (c_size_in_bytes, [...]): Make them static.Kazu Hirata1-2/+0
2004-10-14c-tree.h (enum c_typespec_kind, [...]): New.Joseph Myers1-2/+41
2004-09-30c-tree.h (readonly_error): Remove.Joseph Myers1-1/+0
2004-09-17c-tree.h (enum c_typespec_keyword): New.Joseph Myers1-11/+36
2004-09-14c-tree.h (struct c_declspecs): Add const_p, volatile_p and restrict_p.Joseph Myers1-3/+12
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-2/+8
2004-09-11c-tree.h (enum c_storage_class): New.Joseph Myers1-0/+16
2004-09-11c-tree.h (struct c_declspecs): Remove typedef_decl.Joseph Myers1-2/+5
2004-09-09re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers1-13/+52
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers1-17/+98
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers1-0/+15
2004-09-08c-decl.c (groktypename_in_parm_context): Remove function.Ziemowit Laski1-1/+0
2004-09-03c-decl.c (store_parm_decls_newstyle): Make static.Ziemowit Laski1-1/+1
2004-09-02c-decl.c (store_parm_decls_newstyle): Make externally visible.Ziemowit Laski1-0/+1
2004-08-31attribs.c (strip_attrs): Remove.Joseph Myers1-0/+1
2004-08-30c-tree.h (struct language_function): Add arg_info element.Joseph Myers1-0/+1
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski1-2/+0
2004-08-26c-typeck.c (build_offsetof): Remove.Richard Henderson1-1/+0
2004-08-25c-decl.c (grokparm): New function.Ziemowit Laski1-0/+1
2004-08-22* c-tree.h (c_sizeof_nowarn): Remove.Joseph Myers1-2/+0
2004-08-21c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner.Joseph Myers1-1/+4
2004-08-21c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b...Joseph Myers1-3/+3
2004-07-22re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers1-4/+6
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-6/+15
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-0/+2
2004-07-08c-decl.c (static_ctors, [...]): Make static.Zack Weinberg1-4/+0
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg1-1/+0
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-1/+1
2004-07-03c-decl.c (struct c_binding): Remove contour field; add depth, invisible, nest...Zack Weinberg1-6/+2
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers1-0/+2
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-20/+14