summaryrefslogtreecommitdiff
path: root/gcc/c-format.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* Whitespace fixupsMike Stump2006-05-181-35/+35
* tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis2005-12-171-2/+2
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-58/+63
* re PR c/23103 (gcc_diag does not work with -combine)Andrew Pinski2005-10-251-1/+1
* c-format.c (check_function_format): Change warning control option from OPT_Wa...DJ Delorie2005-07-221-2/+2
* re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi2005-07-191-1/+2
* c-format.c (gcc_gfc_format_type, [...]): New.Kaveh R. Ghazi2005-07-031-1/+83
* c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers2005-07-031-3/+63
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-3/+4
* c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie2005-06-281-61/+75
* Update FSF address.Kelley Cook2005-06-251-2/+2
* common.opt (-Wattributes): New.DJ Delorie2005-05-251-1/+2
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-6/+11
* c-format.c (check_format_arg): Handle string literals of the form &"string"[o...Richard Guenther2005-05-131-0/+4
* re PR c/20740 (cc1 segfaults)Joseph Myers2005-04-271-5/+72
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-57/+57
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-14/+13
* builtin-types.def, [...]: Update copyright.Kazu Hirata2005-03-291-1/+1
* c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers2005-03-201-7/+2
* c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers2005-03-181-1/+2
* builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers2004-11-091-6/+8
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-2/+2
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-22/+22
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-38/+38
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-49/+33
* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti2004-07-261-13/+19
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-2/+2
* Makefile.in (c-format.o): Depend on c-format.h.Daniel Jacobowitz2004-07-191-407/+192
* re PR c/1027 (slightly misleading printf format warning)Joseph Myers2004-07-011-70/+88
* c-common.h (check_function_format): Remove first parameter.Joseph Myers2004-06-301-140/+101
* pretty-print.c (pp_base_format_text): Support %< instead of %` and %> as well...Joseph Myers2004-05-291-17/+14
* intl.h (open_quote, [...]): New.Joseph Myers2004-05-241-48/+56
* re PR c/15444 (Bad warning message in printf format checking)Joseph Myers2004-05-151-0/+36
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+1
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-1/+1
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* c-format.c (print_char_table): Allow 'I' flag on floating point decimal formats.Joseph Myers2003-12-201-14/+14
* re PR c/3190 (-Wformat-y2k doesn't belong to -Wall - it's hard to avoid)Joseph Myers2003-11-081-1/+1
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-9/+28
* c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis2003-07-181-1/+1
* c-format.c: Fix comment formatting.Kazu Hirata2003-07-121-2/+2
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-2/+2
* builtin-attrs.def (gcc_diag, [...]): New format attributes.Kaveh R. Ghazi2003-06-301-4/+274
* diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell2003-06-281-1/+1
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-281-2/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-1/+1
* c-format.c: Change _Bool to bool reverting part of the last patch.Andreas Tobler2003-06-201-2/+2