]> gcc.gnu.org Git - gcc.git/history - gcc/c-common.h
alias.c: Fix comment typos.
[gcc.git] / gcc / c-common.h
2003-01-18 Kazu Hirataalias.c: Fix comment typos.
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2002-12-31 Mark Mitchell* c-common.h (pending_lang_change): Declare.
2002-12-01 Mark Mitchellre PR c++/8332 (strlen/template interaction causes...
2002-09-26 Kazu Hiratac-common.h: Follow spelling conventions.
2002-09-23 Mark Mitchellc-common.h (flag_abi_version): Fix typo in comment.
2002-09-23 Mark Mitchellc-common.c (flag_abi_version): New variable.
2002-09-22 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-15 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-08 Kazu Hiratabasic-block.h: Fix comment formatting.
2002-08-27 Mark Mitchellc-common.c (warn_abi): New variable.
2002-08-27 Nicola PeroAdded -Wundeclared-selector ObjC command line option
2002-08-22 Jason Merrillc-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
2002-08-15 Alexandre Olivac-tree.h (skip_evaluation): Move declaration...
2002-08-15 Richard HendersonMakefile.in (LOOSE_WARN): Add -fno-common.
2002-08-12 Neil Boothc-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move...
2002-08-11 Neil Boothc-common.c (c_common_init): Call preprocess_file instead.
2002-08-11 Neil Boothc-common.h (enum c_language_kind): Emphasize that clk_c...
2002-08-10 Ziemowit Laskic-common.c (flag_objc): New.
2002-08-07 Neil BoothMakefile.in (c-opts.o, [...]): Update.
2002-08-01 Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-07-26 Neil Boothc-common.h (RID_AND, [...]): Remove.
2002-07-26 Jason Merrillc-dump.c: Resurrect.
2002-07-25 Gabriel Dos Reisc-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-23 Gabriel Dos ReisFix PR/7363:
2002-07-07 Neil Boothc-common.c (c_common_post_options): Update prototype...
2002-06-16 Richard Hendersonc-common.c (flag_ms_extensions): Move from c++ front...
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-25 Neil BoothMakefile.in (C_COMMON_H): Fix.
2002-05-23 Jason Thorpec-common.c (warn_nonnull): Declare.
2002-05-22 Richard Hendersonc-common.h (enum rid): Add RID_THREAD.
2002-05-18 Jason Thorpec-common.c (c_common_post_options): Warn if -Wformat...
2002-05-09 Neil BoothMakefile.in: Update.
2002-05-06 Neil Boothc-common.c (warn_multichar): New.
2002-04-27 Richard Hendersonc-parse.in (malloced_yyss, [...]): New.
2002-04-26 Richard Hendersonc-common.c (fix_string_type): Split out of ...
2002-04-25 Neil Boothc-common.h (c_common_parse_file): Update.
2002-04-24 Neil Boothattribs.c (c_common_attribute_table): Move table and...
2002-04-19 Neil Boothbuiltins.c: Include langhooks.h.
2002-04-17 Mark Mitchellc-common.h (STMT_EXPR_NO_SCOPE): New macro.
2002-04-04 Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-04-04 Jason Merrillre PR c++/5636 (gcc-3.0.3, memory leakage: function...
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-31 Neil Boothc-common.c (c_unsafe_for_reeval): Rename.
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-27 Neil Boothc-common.c (c_expand_expr): Fix prototype.
2002-03-24 Neil BoothRemoval of separate preprocessor cpp0.
2002-03-21 Neil BoothMakefile.in (fold-const.o, [...]): Update.
2002-03-17 Neil Boothc-common.h (yyparse, [...]): New.
2002-03-15 Mark Mitchellc-common.c (statement_code_p): Handle CLEANUP_STMT.
2002-03-13 Kaveh R. Ghazic-common.c (c_tree_code_type, [...]): Delete.
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-20 Jakub Jelinekre PR c++/4401 (Array subscript evaluation sometimes...
2002-02-04 Jakub JelinekPR c/4475, c++/3780:
2002-01-15 Jason Merrillc-common.def (FILE_STMT): New code.
2002-01-04 Jakub Jelinektree.h (expand_expr_stmt_value): Add maybe_last argument.
2002-01-04 Jeff Lawc-common.c (c_expand_start_cond): Expect the IF_STMT...
2002-01-02 Alexandre Olivac-common.h (genrtl_expr_stmt_value): Declare.
2001-12-17 Joseph Myersre PR c/5105 (compound literal patch broken with inlining)
2001-12-16 Neil Boothc-common.c, c-common.h (back_end_hook): Remove.
2001-12-14 Jason Merrillc-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.
2001-12-11 Neil Boothc-common.c (combine_strings): Complain if concatenating...
2001-12-08 Aldy Hernandezc-common.h (rid): Add RID_CHOOSE_EXPR and RID_TYPES_COM...
2001-12-05 Neil Boothc-common.c (shadow_warning): New function, moved from...
2001-12-04 Joseph Myersre PR c/4787 (Different anonymous variables declared...
2001-11-28 Jan Hubickacse.c (true_dependence_in_rtx): New function.
2001-11-27 Richard KennerMakefile.in (c-lang.o): Depends on langhooks-def.h.
2001-11-26 Neil Boothcppfiles.c (stack_include_file): Don't optimize zero...
2001-11-22 Bryce McKinlaytree-dump.c: Rename from c-dump.c.
2001-11-18 Neil BoothMakefile.in (c-parse.o, c-common.o): Update dependencies.
2001-11-18 Joseph Myersc-common.c (struct disabled_builtin, [...]): New.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-10-29 Joseph MyersChangeLog.2, [...]: Fix spelling errors and typos.
2001-10-28 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-24 Zack Weinbergc-common.h (struct c_common_identifier): Remove rid_cod...
2001-10-23 Richard Kenneralias.c (can_address_p): Compnonents are not addressabl...
2001-10-23 Neil Boothc-common.c (warn_div_by_zero): New.
2001-10-09 Kazu Hiratac-common.h: Fix comment formatting.
2001-10-08 Richard Hendersonc-common.h (struct c_lang_decl): Add declared_inline.
2001-10-05 Alexandre OlivaMakefile.in (OBJS): Added tree-inline.o.
2001-10-02 Joseph Myersc-common.c (c_format_attribute_table): Make format...
2001-10-02 Joseph Myersattribs.c (decl_attributes): Possibly call insert_defau...
2001-09-22 Richard Kennerattribs.c: New file, from c-common.c.
2001-09-21 Joseph MyersTable-driven attributes.
2001-09-04 Nathan Sidwellc-common.h (tree_dump_index): Add more comments.
2001-08-24 Jason Merrillc-common.c (c_alignof, [...]): Move here...
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-10 Jason Merrillc-common.h (RETURN_NULLIFIED_P): Lose.
2001-07-13 Joseph Myersc-common.c (decl_attributes): Take a pointer to the...
2001-07-08 Joseph Myersc-common.c (decl_attributes): Only take a single attrib...
2001-07-02 Nathan Sidwellc-common.h (TDI_inlined): New ast dump phase.
2001-07-01 Zack Weinbergc-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT...
2001-06-18 Jason MerrillImplement the Named Return Value optimization.
2001-06-05 Nathan Sidwellc-common.h (flag_dump_translation_unit): Remove.
2001-05-26 Richard HendersonStandardize header guards.
2001-05-25 Mark Mitchellbuiltins.def: Encode additional information, such as...
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-16 Neil Boothc-common.h (RID_FIRST_PQ): New.
2001-05-11 Neil Boothc-common.c (finish_label_expr): New function, lifted...
2001-04-30 Richard Hendersonc-common.c (c_promoting_integer_type_p): New function...
next
This page took 0.901622 seconds and 108 git commands to generate.