summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
Commit message (Expand)AuthorAgeFilesLines
* c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill2001-08-101-2/+0
* c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers2001-07-131-1/+19
* c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers2001-07-081-1/+1
* c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell2001-07-021-2/+5
* c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ.Zack Weinberg2001-07-011-2/+15
* Implement the Named Return Value optimization.Jason Merrill2001-06-181-2/+5
* c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell2001-06-051-6/+20
* Standardize header guards.Richard Henderson2001-05-251-1/+1
* builtins.def: Encode additional information, such as names and types, here.Mark Mitchell2001-05-251-9/+0
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-0/+12
* c-common.h (RID_FIRST_PQ): New.Neil Booth2001-05-161-1/+1
* c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth2001-05-111-0/+6
* c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson2001-04-301-11/+1
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-15/+20
* c-common.h (truthvalue_conversion, [...]): Delete redundant declarations.Kaveh R. Ghazi2001-04-121-5/+0
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-0/+7
* c-common.c: Move format checking code to ...Joseph Myers2001-01-131-0/+2
* c-common.h (CTI_VOID_LIST): Remove.Mark Mitchell2001-01-111-2/+0
* c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers2001-01-041-0/+11
* c-common.c (c_common_lang_init): New function.Joseph Myers2001-01-031-0/+2
* c-common.h (ASM_INPUT_P): New.Richard Henderson2001-01-021-1/+6
* c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger2001-01-021-15/+18
* c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson2000-12-201-3/+3
* c-common.c (STD_C9L, ADJ_STD): Define.Joseph Myers2000-12-181-0/+5
* c-common.c (warn_format_security): New variable.Joseph Myers2000-12-071-0/+4
* c-common.c (warn_format, [...]): Define.Joseph Myers2000-12-011-0/+13
* c-common.c: Include "defaults.h".Joseph Myers2000-12-011-0/+2
* c-common.h: Remove flag_digraphs.Neil Booth2000-11-281-5/+1
* c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson2000-11-251-0/+4
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-5/+0
* c-common.c (c_unsafe_for_reeval): New function.Richard Henderson2000-11-211-1/+2
* * c-common.h (CTI_C_SIZE_TYPE): Update comment.Joseph Myers2000-11-141-1/+4
* c-common.c (boolean_increment): New function.Joseph Myers2000-11-131-0/+13
* Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell2000-11-101-0/+36
* c-common.h (flag_no_builtin): Declare.Mark Mitchell2000-10-181-1/+10
* c-common.c (back_end_hook): New variable.Mark Mitchell2000-10-181-0/+8
* Improved sequence point warningsBernd Schmidt2000-10-171-0/+4
* c-common.h (warn_missing_format_attribute): New variable.Joseph Myers2000-10-171-0/+4
* tm.texi (INTMAX_TYPE, [...]): Define.Joseph Myers2000-10-081-0/+4
* builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...Kaveh R. Ghazi2000-10-061-0/+2
* Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi2000-09-191-1/+1
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-17/+73
* c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell2000-09-121-1/+0
* c-common.h (add_stmt): Change prototype.Mark Mitchell2000-09-101-4/+18
* c-common.h (prep_stmt): Declare.Mark Mitchell2000-09-071-2/+3
* Move statement-tree facilities from C++ to C front-end.Mark Mitchell2000-09-071-2/+74
* Integrated preprocessor.Zack Weinberg2000-09-071-41/+82
* extend.texi: Mark named return value extension as deprecated.Mark Mitchell2000-09-061-0/+2
* c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.Joseph Myers2000-09-011-0/+2
* top level:Zack Weinberg2000-08-291-0/+9