summaryrefslogtreecommitdiff
path: root/gcc/diagnostics
AgeCommit message (Expand)Author
2025-11-17diagnostics: fix socket includes for MinGW host [PR122666]Evgeny Karpov
2025-11-15diagnostics: Fix -fdump-internal-locations for 64-bit location_tLewis Hyatt
2025-11-12EXPERIMENTAL_SARIF_SOCKET: decode errno when reporting errors [PR115970]David Malcolm
2025-11-12diagnostics: add class unique_fdDavid Malcolm
2025-11-11diagnostics: add experimental SARIF JSON-RPC notifications for IDEs [PR115970]David Malcolm
2025-11-03analyzer: add event kinds for special control flow [PR122544]David Malcolm
2025-10-16diagnostics: generalize state graph code to use json::property instances (v2)David Malcolm
2025-10-09diagnostics: add class sink::extensionDavid Malcolm
2025-10-03Revert: r16-4193 ("diagnostics: generalize state graph code to use json::prop...David Malcolm
2025-10-02diagnostics: generalize state graph code to use json::property instancesDavid Malcolm
2025-10-02diagnostics::output_spec: support client-specific keysDavid Malcolm
2025-09-30diagnostics::output_spec: fix "color" in "text" output schemeDavid Malcolm
2025-09-30diagnostics::output_spec: refactor per-sink key-value handlingDavid Malcolm
2025-09-30diagnostics::output_spec: move class scheme_handlerDavid Malcolm
2025-09-30diagnostics: simplifying output-spec.ccDavid Malcolm
2025-09-23sarif output: add descriptions to fix-it hints (ยง3.55.2) [PR121986]David Malcolm
2025-09-18diagnostics: add dump methods to client_data_hooks and logical_location_managerDavid Malcolm
2025-09-18diagnostics/libcpp: convert enum location_aspect to enum classDavid Malcolm
2025-09-18diagnostics: use diagnostic.h in fewer placesDavid Malcolm
2025-09-12diagnostics: handle fatal_error in SARIF output [PR120063]David Malcolm
2025-09-12diagnostics: fix crash-handling inside nested diagnostics [PR121876]David Malcolm
2025-09-01diagnostics: Fix bootstrap fail on Darwin 32b hosts.Iain Sandoe
2025-08-29diagnostics: add GCC_DIAGNOSTICS_LOGDavid Malcolm
2025-08-13diagnostics/output-spec.cc: simplify implementationDavid Malcolm
2025-08-09diagnostics: fix build on hosts where unsigned == size_tDavid Malcolm
2025-08-08diagnostics: enable nested diagnostics by default [PR116253]David Malcolm
2025-08-08diagnostics: revamp of dumping of "diagnostics" internal stateDavid Malcolm
2025-08-08diagnostics: minor cleanupsDavid Malcolm
2025-08-08diagnostics: update signature of some callbacksDavid Malcolm
2025-08-08diagnostics: introduce struct column_optionsDavid Malcolm
2025-08-04diagnostics: improve support for nesting levels [PR116253]David Malcolm
2025-08-04diagnostics: avoid stray trailing space in html sink in sarif-replay [PR116792]David Malcolm
2025-08-04diagnostics: move diagnostics::counters to its own headerDavid Malcolm
2025-08-04diagnostics: split source_printing_options out into its own headerDavid Malcolm
2025-08-04diagnostics: rename option_manager to option_id_manager and split out from co...David Malcolm
2025-08-04diagnostics: fix comment in buffering.hDavid Malcolm
2025-07-28restore bootstrap with --enable-checking=release [PR121260]Mikael Pettersson
2025-07-26diagnostics: move diagnostic.c to diagnostics/context.cc: restore build with ...Thomas Schwinge
2025-07-26diagnostics: convert diagnostic_t to enum class diagnostics::kind: restore bu...Thomas Schwinge
2025-07-25Introduce lazily-created.hDavid Malcolm
2025-07-25diagnostics: avoid using "sink" for things that aren't a diagnostics::sinkDavid Malcolm
2025-07-25diagnostics: make context::m_source_printing privateDavid Malcolm
2025-07-25diagnostics: eliminate ::diagnostic_info typedefDavid Malcolm
2025-07-25diagnostics: introduce context-options.hDavid Malcolm
2025-07-25diagnostics: move file_cache from input.{cc,h} to diagnostics/file-cache.{cc,h}David Malcolm
2025-07-25diagnostics: eliminate some redundant includesDavid Malcolm
2025-07-25diagnostics: simplify header filesDavid Malcolm
2025-07-25diagnostics: move diagnostic.c to diagnostics/context.ccDavid Malcolm
2025-07-25diagnostics: convert diagnostic_t to enum class diagnostics::kindDavid Malcolm
2025-07-25diagnostics: rename diagnostic_option_id to diagnostics::option_id and move t...David Malcolm