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
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
2016-08-18
Allow calling diagnostic_show_locus without a diagnostic_info
David Malcolm
1
-2
/
+5
2016-06-22
C FE: suggest corrections for misspelled identifiers and type names
David Malcolm
1
-0
/
+12
2016-06-22
Implement -fdiagnostics-parseable-fixits
David Malcolm
1
-0
/
+258
2016-06-07
diagnostic.c (diagnostic_impl, [...]): New.
Paolo Carlini
1
-127
/
+81
2016-04-22
[PATCH 1/2] (header usage fix) remove unused system header includes
Szabolcs Nagy
1
-2
/
+0
2016-03-09
PR c++/70105: Defer location expansion until diagnostic_show_locus
David Malcolm
1
-14
/
+0
2016-02-12
PR other/69554: avoid excessive source printing for widely-separated locations
David Malcolm
1
-17
/
+45
2016-01-26
PR other/69006: fix extra newlines after diagnostics
David Malcolm
1
-32
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
1
-17
/
+17
2015-11-06
Reimplement diagnostic_show_locus, introducing rich_location classes
David Malcolm
1
-32
/
+170
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-4
/
+3
2015-09-18
Move diagnostic_show_locus and friends out into a new source file
David Malcolm
1
-129
/
+0
2015-09-15
Change of location_get_source_line signature
David Malcolm
1
-1
/
+2
[next]