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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-04
diagnostics: bulletproof opening of SARIF output [PR116978]
David Malcolm
1
-0
/
+13
2024-10-02
diagnostics: support SARIF 2.2 output, undocumented for now [PR116301]
David Malcolm
1
-1
/
+5
2024-09-30
diagnostics: require callers of diagnostic_show_locus to be explicit about th...
David Malcolm
1
-3
/
+5
2024-09-30
diagnostics: isolate diagnostic_context with interface classes [PR116613]
David Malcolm
1
-13
/
+108
2024-09-27
diagnostic: Save/restore diagnostic context history and push/pop state for PC...
Jakub Jelinek
1
-0
/
+15
2024-09-27
diagnostic: Use vec instead of custom array reallocations for m_classificatio...
Jakub Jelinek
1
-6
/
+2
2024-09-20
diagnostics: isolate SARIF output's pretty_printer [PR116613]
David Malcolm
1
-1
/
+1
2024-09-20
diagnostics: convert text hooks to use diagnostic_text_output_format [PR116613]
David Malcolm
1
-47
/
+24
2024-09-09
diagnostics: introduce struct diagnostic_option_id
David Malcolm
1
-36
/
+42
2024-09-09
diagnostics: replace option_hooks with a diagnostic_option_manager class
David Malcolm
1
-53
/
+41
2024-09-09
diagnostics: rename dc.printer to m_printer [PR116613]
David Malcolm
1
-6
/
+6
2024-08-26
diagnostics: move output formats from diagnostic.{c,h} to their own files
David Malcolm
1
-83
/
+2
2024-08-26
diagnostics: consolidate on_{begin,end}_diagnostic into on_report_diagnostic
David Malcolm
1
-11
/
+17
2024-08-06
c++: permit errors inside uninstantiated templates [PR116064]
Patrick Palka
1
-0
/
+4
2024-08-06
diagnostics: SARIF output: fix "executionSuccessful" §3.20.14 [PR116177]
David Malcolm
1
-0
/
+2
2024-07-31
diagnostics: SARIF output: eliminate some uses of "line_table" global
David Malcolm
1
-0
/
+3
2024-07-26
diagnostics: SARIF output: capture #include information (PR 107941; §3.34)
David Malcolm
1
-1
/
+4
2024-07-24
diagnostics: SARIF output: add "arguments" property (§3.20.2)
David Malcolm
1
-0
/
+10
2024-07-24
diagnostics: output formats: use references for non-null pointers
David Malcolm
1
-9
/
+6
2024-07-13
diagnostics: add highlight-a vs highlight-b in colorization and pp_markup
David Malcolm
1
-0
/
+4
2024-07-09
diagnostics: use refs rather than pointers for diagnostic_{path,context}
David Malcolm
1
-1
/
+1
2024-06-25
diagnostics: eliminate various implicit uses of global_dc
David Malcolm
1
-0
/
+8
2024-06-21
diagnostics: remove duplicate copies of diagnostic_kind_text
David Malcolm
1
-0
/
+2
2024-06-18
diagnostics: eliminate diagnostic_context::m_print_path callback
David Malcolm
1
-2
/
+2
2024-06-18
diagnostics: eliminate diagnostic_context::m_make_json_for_path
David Malcolm
1
-2
/
+0
2024-06-12
pretty_printer: make all fields private
David Malcolm
1
-3
/
+3
2024-06-03
diagnostics: add SARIF property artifact.roles (3.24.6)
David Malcolm
1
-0
/
+4
2024-05-17
diagnostics, analyzer: add CFG edge visualization to path-printing
David Malcolm
1
-4
/
+13
2024-03-19
diagnostics: fix corrupt json/SARIF on stderr [PR114348]
David Malcolm
1
-0
/
+10
2024-01-04
options: wire up options-urls.cc into gcc_urlifier
David Malcolm
1
-2
/
+4
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-06
diagnostics: prettify JSON output formats
David Malcolm
1
-3
/
+9
2023-12-06
diagnostics: use const and references for diagnostic_info
David Malcolm
1
-8
/
+9
2023-11-27
diagnostics: add diagnostic_context::get_location_text
David Malcolm
1
-0
/
+2
2023-11-19
libcpp: split decls out to rich-location.h
David Malcolm
1
-0
/
+1
2023-11-16
diagnostics: make m_lang_mask private
David Malcolm
1
-5
/
+11
2023-11-14
diagnostics: make option-handling callbacks private
David Malcolm
1
-25
/
+68
2023-11-14
diagnostics: make m_text_callbacks private
David Malcolm
1
-6
/
+31
2023-11-14
diagnostics: convert diagnostic_ready_p to an inline function
David Malcolm
1
-1
/
+5
2023-11-14
input.h: eliminate implicit users of global_dc's file_cache
David Malcolm
1
-4
/
+3
2023-11-09
diagnostics: cleanups to diagnostic-show-locus.cc
David Malcolm
1
-4
/
+17
2023-11-06
diagnostics: split out struct diagnostic_source_printing_options
David Malcolm
1
-43
/
+45
2023-11-06
diagnostics: introduce class diagnostic_option_classifier
David Malcolm
1
-39
/
+92
2023-11-06
diagnostics: make diagnostic_context::m_urlifier private
David Malcolm
1
-0
/
+3
2023-11-06
diagnostics: eliminate diagnostic_kind_count
David Malcolm
1
-13
/
+4
2023-11-03
diagnostics: add automatic URL-ification within messages
David Malcolm
1
-0
/
+4
2023-11-03
diagnostics: convert diagnostic_context to a class
David Malcolm
1
-80
/
+325
2023-11-03
diagnostics: consolidate group-handling fields in diagnostic_context
David Malcolm
1
-5
/
+14
2023-10-02
diagnostics: add diagnostic_output_format class
David Malcolm
1
-35
/
+74
2023-10-02
diagnostics: group together source printing fields of diagnostic_context
David Malcolm
1
-31
/
+42
[next]