aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2001-10-11calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-09acconfig.h: Fix comment formatting.Kazu Hirata1-3/+3
2001-10-08c-common.h (struct c_lang_decl): Add declared_inline.Richard Henderson1-1/+6
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell1-1/+1
2001-08-27* c-tree.h: Add prototyp for c_sizeof_nowarn.Andreas Jaeger1-1/+2
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-9/+0
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-2/+1
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-3/+2
2001-06-05c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell1-2/+5
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-05-25c-parse.in (array_declarator): New.Joseph Myers1-0/+2
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-4/+1
2001-05-12c-parse.in (bison parser, [...]): Remove uses of doing_objc_thang.Neil Booth1-5/+0
2001-05-11c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth1-2/+3
2001-04-12c-common.h (truthvalue_conversion, [...]): Delete redundant declarations.Kaveh R. Ghazi1-23/+0
2001-03-20objc-act.c (maybe_objc_method_name): Remove, never called.Stan Shebs1-1/+0
2000-12-20c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson1-0/+2
2000-12-18c-common.c (STD_C9L, ADJ_STD): Define.Joseph Myers1-4/+0
2000-11-20parse.y (yyparse_1): Rename the parser entry point.Richard Henderson1-0/+1
2000-11-18c-decl.c (check_for_loop_decls): New function.Joseph Myers1-0/+1
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-3/+0
2000-10-17Improved sequence point warningsBernd Schmidt1-4/+0
2000-10-11c-typeck.c (check_modify_expr): New function.Joseph Myers1-0/+4
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-4/+0
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-5/+12
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-0/+1
2000-09-07Integrated preprocessor.Zack Weinberg1-1/+14
2000-08-25Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell1-15/+0
2000-08-21c-tree.h (flag_hosted): Move declaration from here...Joseph Myers1-4/+0
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-1/+0
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg1-5/+1
2000-07-31c-decl.c (mesg_implicit_function_declaration): Init to -1.Zack Weinberg1-0/+4
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-5/+0
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-55/+0
2000-06-26[multiple changes]Richard Henderson1-0/+2
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg1-0/+2
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-1/+2
2000-05-09top level:Zack Weinberg1-3/+4
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-0/+3
2000-02-25Copyright fixesJeff Law1-1/+2
2000-01-29Adjust variable names, comments, help strings to c99.Ulrich Drepper1-2/+2
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-1/+1
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-128/+129
1999-09-30c-tree.h (warn_float_equal): Declare.Dirk Zoller1-0/+4
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-12/+0
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-0/+4
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-2/+2
1999-07-30c-typeck.c (initializer_constant_valid_p): Move ...Richard Henderson1-1/+0
1999-07-20c-common.h: New file.Bernd Schmidt1-105/+2