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
/
diagnostic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-14
diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]
Lewis Hyatt
1
-12
/
+101
2020-02-17
diagnostics: don't generate URLs that won't be used
David Malcolm
1
-5
/
+10
2020-02-15
PR 87488: Add --with-diagnostics-urls configuration option
Bernd Edlinger
1
-3
/
+18
2020-01-28
diagnostic_metadata: unbreak xgettext (v2)
David Malcolm
1
-13
/
+3
2020-01-10
Add diagnostic paths
David Malcolm
1
-0
/
+126
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-18
Add diagnostic_metadata and CWE support
David Malcolm
1
-31
/
+111
2019-12-10
diagnostic_show_locus: move initial newline to callers
David Malcolm
1
-0
/
+2
2019-10-10
Documentation hyperlinks for [-Wname-of-option] (PR 87488)
David Malcolm
1
-0
/
+12
2019-10-10
pretty-print: support URL escape sequences (PR 87488)
David Malcolm
1
-0
/
+13
2019-10-01
Support prefixes in diagnostic_show_locus
David Malcolm
1
-1
/
+8
2019-07-24
PR driver/80545 - option -Wstringop-overflow not recognized by Fortran
Martin Sebor
1
-0
/
+3
2019-06-05
c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.
Martin Sebor
1
-0
/
+11
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-30
C++: fix-it hint for missing parentheses
David Malcolm
1
-0
/
+14
2018-11-27
PR preprocessor/83173: Enhance -fdump-internal-locations output
Mike Gulick
1
-0
/
+46
2018-11-15
Machine-readable diagnostic output (PR other/19165)
David Malcolm
1
-17
/
+28
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-2
/
+2
2018-10-15
diagnostics: add minimum width to left margin for line numbers
David Malcolm
1
-0
/
+1
2018-09-11
Add sorry_at diagnostic function.
Andrew Stubbs
1
-0
/
+12
2018-08-20
Add support for grouping of related diagnostics (PR other/84889)
David Malcolm
1
-0
/
+60
2018-08-16
diagnostics: fix bad interaction between line spans and line numbers
David Malcolm
1
-3
/
+3
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-0
/
+1
2018-08-09
diagnostics: add line numbers to source (PR other/84889)
David Malcolm
1
-0
/
+1
2018-08-08
[PATCH] line-map include-from representation
Nathan Sidwell
1
-2
/
+3
2018-08-06
[PATCH] Diagnostic included-from loop
Nathan Sidwell
1
-13
/
+17
2018-08-02
Fix memory leak of pretty_printer prefixes
David Malcolm
1
-2
/
+1
2018-02-27
PR translation/84207 - Hard coded plural in gimple-fold.c
Martin Sebor
1
-13
/
+22
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-13
[Diagnostic Patch] don't print column zero
Nathan Sidwell
1
-23
/
+42
2017-11-02
Add selftest for diagnostic_get_location_text
David Malcolm
1
-0
/
+41
2017-10-31
diagnostics: get rid of *_at_rich_loc in favor of overloading
David Malcolm
1
-44
/
+43
2017-08-09
re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...
Marek Polacek
1
-0
/
+12
2017-06-09
Add support for mutually-incompatible fix-it hints
David Malcolm
1
-1
/
+2
2017-05-05
Get rid of macros for diagnostic_report_current_module
David Malcolm
1
-2
/
+21
2017-05-05
Eliminate report_diagnostic macro
David Malcolm
1
-2
/
+2
2017-05-05
diagnostic.c: add print_option_information
David Malcolm
1
-24
/
+28
2017-05-05
diagnostic_report_diagnostic: refactor pragma-handling
David Malcolm
1
-29
/
+50
2017-05-01
Eliminate fixit_hint class hierarchy
David Malcolm
1
-36
/
+6
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-05
diagnostic.c (diagnostic_check_max_errors): New, broken out of ...
Nathan Sidwell
1
-12
/
+28
2016-12-02
diagnostic.c (diagnostic_report_diagnostic): Remove extraneous braces.
Nathan Sidwell
1
-3
/
+1
2016-10-15
revert: diagnostic.c (diagnostic_action_after_output): Remove max error handl...
Nathan Sidwell
1
-22
/
+15
2016-10-14
diagnostic.c (diagnostic_action_after_output): Remove max error handling here...
Nathan Sidwell
1
-15
/
+22
2016-10-12
* diagnostic.c (diagnostc_report_diagnostic): Fix formatting.
Nathan Sidwell
1
-4
/
+6
2016-10-08
diagnostic-core.h (warning_at_rich_loc_n): Declare.
Prathamesh Kulkarni
1
-7
/
+37
2016-09-13
fix-it hints: insert_before vs insert_after
David Malcolm
1
-1
/
+1
2016-09-02
Add -fdiagnostics-generate-patch
David Malcolm
1
-0
/
+11
2016-08-31
Remove arbitrary limits from rich_location
David Malcolm
1
-1
/
+1
2016-08-19
Reimplement removal fix-it hints in terms of replace
David Malcolm
1
-4
/
+0
[next]