aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-07c-family: Add "nonstatic" to badwords.Marek Polacek1-0/+1
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek1-0/+2
2020-02-10c-format: -Wformat-diag fix [PR93641]Jakub Jelinek1-2/+1
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm1-1/+1
2019-12-10diagnostic_show_locus: move initial newline to callersDavid Malcolm1-4/+2
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers1-1/+1
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek1-19/+21
2019-10-04Add strftime format checking support for C2x %OB and %Ob (bug 82752).Joseph Myers1-5/+11
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek1-0/+1
2019-08-13PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wuMartin Sebor1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek1-1/+1
2019-06-19PR translation/90156 - add linter check suggesting to replace %<%s%> with %qsMartin Sebor1-35/+1016
2019-05-31re PR c/43673 (Incorrect warning: use of 'D' length modifier with 'a' type ch...Xiong Hu Luo1-2/+2
2019-02-26re PR c/89495 (gcc/c-family/c-format.c:1272:20: runtime error: signed integer...Jakub Jelinek1-3/+3
2019-01-14PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwinMartin Sebor1-6/+14
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor1-38/+50
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