summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
Commit message (Expand)AuthorAgeFilesLines
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-2/+2
* c-common.h (flag_abi_version): Fix typo in comment.Mark Mitchell2002-09-231-5/+5
* c-common.c (flag_abi_version): New variable.Mark Mitchell2002-09-231-0/+15
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-8/+8
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-1/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* c-common.c (warn_abi): New variable.Mark Mitchell2002-08-271-0/+5
* Added -Wundeclared-selector ObjC command line optionNicola Pero2002-08-271-1/+9
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-221-1/+1
* c-tree.h (skip_evaluation): Move declaration...Alexandre Oliva2002-08-151-0/+5
* Makefile.in (LOOSE_WARN): Add -fno-common.Richard Henderson2002-08-141-1/+1
* c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth2002-08-121-5/+1
* c-common.c (c_common_init): Call preprocess_file instead.Neil Booth2002-08-111-0/+2
* c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth2002-08-111-2/+1
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-6/+4
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-071-0/+1
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-31/+347
* c-common.h (RID_AND, [...]): Remove.Neil Booth2002-07-261-5/+0
* c-dump.c: Resurrect.Jason Merrill2002-07-261-0/+2
* c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis2002-07-251-3/+3
* Fix PR/7363:Gabriel Dos Reis2002-07-231-2/+6
* c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth2002-07-071-1/+1
* c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson2002-06-161-0/+3
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-11/+6
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-0/+2
* c-common.c (warn_nonnull): Declare.Jason Thorpe2002-05-231-0/+11
* c-common.h (enum rid): Add RID_THREAD.Richard Henderson2002-05-211-1/+1
* c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe2002-05-181-0/+4
* Makefile.in: Update.Neil Booth2002-05-091-0/+8
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-0/+3
* c-parse.in (malloced_yyss, [...]): New.Richard Henderson2002-04-261-0/+2
* c-common.c (fix_string_type): Split out of ...Richard Henderson2002-04-261-3/+4
* c-common.h (c_common_parse_file): Update.Neil Booth2002-04-251-1/+1
* attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2002-04-241-0/+4
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-1/+0
* c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell2002-04-171-0/+5
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-0/+1
* re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill2002-04-031-1/+1
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-0/+3
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-1/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-0/+3
* c-common.c (c_expand_expr): Fix prototype.Neil Booth2002-03-271-6/+3
* Removal of separate preprocessor cpp0.Neil Booth2002-03-241-0/+3
* Makefile.in (fold-const.o, [...]): Update.Neil Booth2002-03-211-0/+1
* c-common.h (yyparse, [...]): New.Neil Booth2002-03-171-1/+2
* c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell2002-03-151-0/+7
* c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2002-03-131-1/+0
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-4/+0
* re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek2002-02-211-0/+1
* PR c/4475, c++/3780:Jakub Jelinek2002-02-041-1/+3