aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Support %f in pp_formatDavid Malcolm1-0/+3
2018-11-08dump_printf: add "%C" for dumping cgraph_node *David Malcolm1-19/+37
2018-10-30PR middle-end/87041 - -Wformat reading through null pointer on unreachable codeMartin Sebor1-2/+5
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-2/+2
2018-09-17substring-locations: add class format_string_diagnostic_tDavid Malcolm1-15/+13
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+1
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm1-2/+34
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-26/+153
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor1-16/+16
2018-07-31c-family: clean up the data tables in c-format.cDavid Malcolm1-68/+31
2018-05-01-Wformat: fix nonsensical "wide character" message (PR c/84258)David Malcolm1-2/+16
2018-04-30Use char_span for return type of location_get_source_lineDavid Malcolm1-6/+4
2018-01-29re PR c/83966 (ICE in check_function_arguments at gcc/c-family/c-common.c:5617)Marek Polacek1-1/+3
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-6/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-17Simplify format_warning_at_substring APIDavid Malcolm1-25/+20
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm1-15/+37
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor1-1/+36
2017-08-07Canonicalize names of attributes.Martin Liska1-19/+5
2017-07-30c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.Uros Bizjak1-0/+1
2017-06-04re PR c/80919 (ICE: Segmentation fault with -Wall when printing address of si...Marek Polacek1-0/+6
2017-05-30C++ template type diff printingDavid Malcolm1-1/+1
2017-05-19c-format.c (locus): Move out of function scope, add GTY attribute.Bernd Edlinger1-2/+1
2017-05-18c-format.c (local_tree_type_node): Add GTY attribute.Bernd Edlinger1-1/+3
2017-05-08PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-175/+247
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni1-0/+3
2016-09-12Fix suggestions for non-trivial Wformat type cases (PR c/72858)David Malcolm1-58/+360
2016-09-09PR c/77520 - wrong value for extended ASCII characters in -Wformat messageMartin Sebor1-14/+6
2016-09-07Move class substring_loc from c-family into gccDavid Malcolm1-156/+1
2016-09-06PR c/77336 - -Wsuggest-attribute=format warning overly simplisticMartin Sebor1-3/+13
2016-08-16Fix caret locations in format_type_warning (PR c/72857)David Malcolm1-14/+22
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm1-18/+250
2016-08-08Use class substring_loc in c-format.c (PR c/52952)David Malcolm1-174/+313
2016-08-08c-format.c: cleanup of check_format_info_mainDavid Malcolm1-636/+1019
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-12re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...Tobias Burnus1-3/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-1/+1
2015-08-19remove more useless typedefsTrevor Saunders1-8/+8
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-3/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek1-1/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0