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
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
2016-09-07
Move class substring_loc from c-family into gcc
David Malcolm
1
-156
/
+1
2016-09-06
PR c/77336 - -Wsuggest-attribute=format warning overly simplistic
Martin Sebor
1
-3
/
+13
2016-08-16
Fix caret locations in format_type_warning (PR c/72857)
David Malcolm
1
-14
/
+22
2016-08-08
c-format.c: suggest the correct format string to use (PR c/64955)
David Malcolm
1
-18
/
+250
2016-08-08
Use class substring_loc in c-format.c (PR c/52952)
David Malcolm
1
-174
/
+313
2016-08-08
c-format.c: cleanup of check_format_info_main
David Malcolm
1
-636
/
+1019
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-12
re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %q...
Tobias Burnus
1
-3
/
+3
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-3
/
+0
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-5
/
+4
2015-09-16
Share memory blocks between pool allocators
Mikhail Maltsev
1
-2
/
+1
2015-09-15
Change of location_get_source_line signature
David Malcolm
1
-1
/
+1
2015-08-19
remove more useless typedefs
Trevor Saunders
1
-8
/
+8
2015-07-16
Add new object_allocator and clean-up allocator usage.
Martin Liska
1
-3
/
+4
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-1
/
+0
2015-06-25
array-notation-common.c: Use VAR_P throughout.
Marek Polacek
1
-2
/
+2
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-08
re PR c/66415 (ice in location_column_from_byte_offset)
Marek Polacek
1
-1
/
+3
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-4
/
+0
[next]