Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-09-14 | diagnostics: support multithreaded diagnostic paths | David Malcolm | 1 | -1/+2 |
2023-06-21 | diagnostics: add support for "text art" diagrams | David Malcolm | 1 | -0/+21 |
2023-03-15 | diagnostics: attempt to capture crash info in SARIF output [PR109097] | David Malcolm | 1 | -0/+3 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -6/+6 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-06-23 | diagnostics: add ability to associate diagnostics with rules from coding stan... | David Malcolm | 1 | -0/+3 |
2022-06-02 | diagnostics: add SARIF output format | David Malcolm | 1 | -1/+20 |
2022-06-02 | Add -fdiagnostics-format={json-stderr|json-file} | David Malcolm | 1 | -2/+9 |
2022-01-27 | Improve wording for -freport-bug option. | Martin Liska | 1 | -0/+3 |
2022-01-17 | diagnostic: avoid repeating include path | Jason Merrill | 1 | -0/+4 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-01 | diagnostics: escape non-ASCII source bytes for certain diagnostics | David Malcolm | 1 | -0/+18 |
2021-08-25 | diagnostics: Support for -finput-charset [PR93067] | Lewis Hyatt | 1 | -0/+19 |