]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/diagnostic.cc
aarch64: Avoid using mismatched ZERO ZA sizes
[thirdparty/gcc.git] / gcc / diagnostic.cc
2024-03-20  Lewis Hyattdiagnostics: Fix behavior of permerror options after...
2024-03-19  David Malcolmdiagnostics: fix corrupt json/SARIF on stderr [PR114348]
2024-02-13  David Malcolmdiagnostics: unbreak 'make gcc.pot'
2024-01-10  David Malcolmpretty-print: support urlification in phase 3
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-06  David Malcolmdiagnostics: prettify JSON output formats
2023-12-06  David Malcolmdiagnostics: use const and references for diagnostic_info
2023-12-01  David Malcolmdiagnostics, analyzer: add optional per-diagnostic...
2023-11-28  David Malcolmdiagnostics: add diagnostic_context::get_location_text
2023-11-16  David Malcolmdiagnostics: make m_lang_mask private
2023-11-14  David Malcolmdiagnostics: make option-handling callbacks private
2023-11-14  David Malcolmdiagnostics: make m_text_callbacks private
2023-11-14  David Malcolminput.h: eliminate implicit users of global_dc's file_cache
2023-11-06  David Malcolmdiagnostics: introduce class diagnostic_option_classifier
2023-11-06  David Malcolmdiagnostics: make diagnostic_context::m_urlifier private
2023-11-06  David Malcolmdiagnostics: eliminate diagnostic_kind_count
2023-11-04  David Malcolmdiagnostics: add automatic URL-ification within messages
2023-11-04  David Malcolmdiagnostics: convert diagnostic_context to a class
2023-11-03  David Malcolmdiagnostics: consolidate group-handling fields in diagn...
2023-10-19  Jason Merrilldiagnostic: rename new permerror overloads
2023-10-18  Jason Merrilldiagnostic: add permerror variants with opt
2023-10-16  David Malcolmdiagnostics: special-case -fdiagnostics-text-art-charse...
2023-10-16  David Malcolmdiagnostics: fix missing initialization of context...
2023-10-03  David Malcolmdiagnostics: add ctors to text_info; add m_ prefixes...
2023-10-02  David Malcolmdiagnostics: add diagnostic_output_format class
2023-10-02  David Malcolmdiagnostics: group together source printing fields...
2023-10-02  David Malcolmdiagnostics: fix missing init of set_locations_cb
2023-09-14  David Malcolmdiagnostics: support multithreaded diagnostic paths
2023-09-07  David Malcolmdiagnostics: add error_meta
2023-06-24  David Malcolmtext-art: remove explicit #include of C++ standard...
2023-06-22  David Malcolmdiagnostics: add support for "text art" diagrams
2023-03-15  David Malcolmdiagnostics: attempt to capture crash info in SARIF...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-01  David Malcolmdiagnostics: tweak diagnostic_path::interprocedural_p...
2022-11-23  Jakub Jelinekdiagnostics: Fix selftest ICE in certain locales [PR107722]
2022-11-15  Lewis Hyattdiagnostics: Use an inline function rather than hardcod...
2022-06-23  David Malcolmdiagnostics: add ability to associate diagnostics with...
2022-06-02  David Malcolmdiagnostics: add SARIF output format
2022-06-02  David MalcolmAdd -fdiagnostics-format={json-stderr|json-file}
2022-05-17  Thomas SchwingeAdvise to call 'internal_error' instead of 'abort'...
2022-03-19  Arthur Cohenselftest: Move C-specific tests to c_family
2022-01-28  Martin LiskaRemove extra newline in ICE report.
2022-01-27  Martin LiskaImprove wording for -freport-bug option.
2022-01-19  David MalcolmUpdate per-file selftest and finalization hooks for...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.