index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
c-family
/
c-format.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-07
c-family: Add "nonstatic" to badwords.
Marek Polacek
1
-0
/
+1
2020-04-29
diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...
Jakub Jelinek
1
-0
/
+2
2020-02-10
c-format: -Wformat-diag fix [PR93641]
Jakub Jelinek
1
-2
/
+1
2020-01-10
Add diagnostic paths
David Malcolm
1
-0
/
+7
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
Replace label_text ctor with "borrow" and "take"
David Malcolm
1
-1
/
+1
2019-12-10
diagnostic_show_locus: move initial newline to callers
David Malcolm
1
-4
/
+2
2019-11-25
Prevent all uses of DFP when unsupported (PR c/91985).
Joseph Myers
1
-1
/
+1
2019-11-22
re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...
Jakub Jelinek
1
-19
/
+21
2019-10-04
Add strftime format checking support for C2x %OB and %Ob (bug 82752).
Joseph Myers
1
-5
/
+11
2019-08-28
PR c++/91360 - Implement C++20 P1143R2: constinit.
Marek Polacek
1
-0
/
+1
2019-08-13
PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wu
Martin Sebor
1
-2
/
+2
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-2
/
+4
2019-06-19
PR c++/60364 - noreturn after first decl not diagnosed.
Marek Polacek
1
-1
/
+1
2019-06-19
PR translation/90156 - add linter check suggesting to replace %<%s%> with %qs
Martin Sebor
1
-35
/
+1016
2019-05-31
re PR c/43673 (Incorrect warning: use of 'D' length modifier with 'a' type ch...
Xiong Hu Luo
1
-2
/
+2
2019-02-26
re PR c/89495 (gcc/c-family/c-format.c:1272:20: runtime error: signed integer...
Jakub Jelinek
1
-3
/
+3
2019-01-14
PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwin
Martin Sebor
1
-6
/
+14
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-15
PR c++/87541 - ICE using a constant decl as an attribute alloc_size argument
Martin Sebor
1
-38
/
+50
2018-11-08
Support %f in pp_format
David Malcolm
1
-0
/
+3
2018-11-08
dump_printf: add "%C" for dumping cgraph_node *
David Malcolm
1
-19
/
+37
2018-10-30
PR middle-end/87041 - -Wformat reading through null pointer on unreachable code
Martin Sebor
1
-2
/
+5
2018-09-17
Add range_idx param to range_label::get_text
David Malcolm
1
-2
/
+2
2018-09-17
substring-locations: add class format_string_diagnostic_t
David Malcolm
1
-15
/
+13
2018-08-27
Less verbose fix-it hints for missing header files (PR 87091)
David Malcolm
1
-1
/
+1
2018-08-17
Formatted printing for dump_* in the middle-end
David Malcolm
1
-2
/
+34
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-26
/
+153
2018-08-01
PR tree-optimization/86650 - -Warray-bounds missing inlining context
Martin Sebor
1
-16
/
+16
2018-07-31
c-family: clean up the data tables in c-format.c
David Malcolm
1
-68
/
+31
2018-05-01
-Wformat: fix nonsensical "wide character" message (PR c/84258)
David Malcolm
1
-2
/
+16
2018-04-30
Use char_span for return type of location_get_source_line
David Malcolm
1
-6
/
+4
2018-01-29
re PR c/83966 (ICE in check_function_arguments at gcc/c-family/c-common.c:5617)
Marek Polacek
1
-1
/
+3
2018-01-10
Preserving locations for variable-uses and constants (PR c++/43486)
David Malcolm
1
-6
/
+4
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-17
Simplify format_warning_at_substring API
David Malcolm
1
-25
/
+20
2017-08-21
c-family/c/c++: pass optional vec<location_t> to c-format.c
David Malcolm
1
-15
/
+37
2017-08-14
PR c/81117 - Improve buffer overflow checking in strncpy - part 1
Martin Sebor
1
-1
/
+36
2017-08-07
Canonicalize names of attributes.
Martin Liska
1
-19
/
+5
2017-07-30
c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.
Uros Bizjak
1
-0
/
+1
2017-06-04
re PR c/80919 (ICE: Segmentation fault with -Wall when printing address of si...
Marek Polacek
1
-0
/
+6
2017-05-30
C++ template type diff printing
David Malcolm
1
-1
/
+1
2017-05-19
c-format.c (locus): Move out of function scope, add GTY attribute.
Bernd Edlinger
1
-2
/
+1
2017-05-18
c-format.c (local_tree_type_node): Add GTY attribute.
Bernd Edlinger
1
-1
/
+3
2017-05-08
PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c
Martin Sebor
1
-175
/
+247
2017-03-11
Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)
David Malcolm
1
-3
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-13
re PR tree-optimization/35503 (Warning about restricted pointers?)
Prathamesh Kulkarni
1
-0
/
+3
2016-09-12
Fix suggestions for non-trivial Wformat type cases (PR c/72858)
David Malcolm
1
-58
/
+360
2016-09-09
PR c/77520 - wrong value for extended ASCII characters in -Wformat message
Martin Sebor
1
-14
/
+6
[next]