aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
AgeCommit message (Expand)AuthorFilesLines
2005-05-02re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz1-0/+11
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-7/+0
2005-04-21c-common.h (objc_build_method_signature): Update prototype.Roger Sayle1-1/+1
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-8/+0
2005-04-17c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor1-3/+3
2005-04-14re PR middle-end/14311 (builtins for atomic operations needed)Richard Henderson1-0/+4
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-29/+2
2005-04-08* c-common.h (C_ARTIFICIAL_STRING_P): Remove.Kazu Hirata1-4/+0
2005-04-05c-typeck.c (struct c_switch): Rename switch_stmt field to switch_expr.Ian Lance Taylor1-0/+1
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-0/+2
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers1-1/+1
2005-03-21c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi...Joseph Myers1-3/+2
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg1-0/+2
2005-01-27tree.h (SWITCH_COND, [...]): Add tree checks.Steven Bosscher1-1/+3
2005-01-23c-common.c (explicit_flag_signed_bitfields, [...]): Remove.Kazu Hirata1-3/+0
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-12-20re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern1-0/+2
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-0/+13
2004-11-17basic-block.h, [...]: Remove unused prototypes.Kazu Hirata1-2/+0
2004-11-14c-common.c (walk_stmt_tree): Remove.Kazu Hirata1-1/+0
2004-10-31c-common.h (objc_lookup_ivar): Add second parameter to prototype.Ziemowit Laski1-1/+1
2004-10-25c-common.h: Remove RID_ID.Ziemowit Laski1-1/+1
2004-10-22c-semantics.c (re_push_stmt_list): Remove.Kazu Hirata1-1/+0
2004-10-17c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE.Joseph Myers1-2/+2
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-5/+5
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-5/+8
2004-09-03c-common.h (objc_is_id, [...]): New prototypes.Ziemowit Laski1-0/+39
2004-09-01c-common.h (lookup_interface): Remove prototype.Ziemowit Laski1-4/+3
2004-08-30c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.Nathan Sidwell1-3/+0
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski1-5/+10
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-0/+5
2004-08-26c-typeck.c (build_offsetof): Remove.Richard Henderson1-0/+2
2004-08-26tree.c (staticp): Return the static object.Richard Henderson1-1/+1
2004-08-11c-common.h (STATEMENT_LIST_HAS_LABEL): New.Richard Henderson1-1/+5
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell1-0/+1
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+0
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-0/+4
2004-07-25c-common.h (c_staticp): Change return type from int to bool.Bernardo Innocenti1-1/+1
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-3/+1
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-4/+0
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher1-2/+0
2004-06-30c-common.h (check_function_format): Remove first parameter.Joseph Myers1-1/+1
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-10/+2
2004-06-25c-common.h (warn_cast_qual, [...]): Remove explicit declarations.DJ Delorie1-215/+0
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle1-2/+0
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-0/+7
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-8/+1
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-1/+2
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-1/+0
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-19/+1