aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic-format-sarif.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-04analyzer: add sarif properties for checker eventsDavid Malcolm1-6/+7
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-06diagnostics: prettify JSON output formatsDavid Malcolm1-11/+26
2023-12-06diagnostics: use const and references for diagnostic_infoDavid Malcolm1-28/+29
2023-12-01diagnostics, analyzer: add optional per-diagnostic property bags to SARIFDavid Malcolm1-9/+13
2023-11-14diagnostics: make option-handling callbacks privateDavid Malcolm1-10/+5
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm1-3/+4
2023-11-14json: reduce use of naked new in json-building codeDavid Malcolm1-56/+50
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-32/+28
2023-10-02diagnostics: add diagnostic_output_format classDavid Malcolm1-102/+110
2023-09-14diagnostics: support multithreaded diagnostic pathsDavid Malcolm1-24/+62
2023-07-31SARIF and -ftime-report's output [PR109361]David Malcolm1-11/+34
2023-06-23text-art: remove explicit #include of C++ standard library headersDavid Malcolm1-0/+1
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm1-7/+99
2023-03-24diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]David Malcolm1-61/+17
2023-03-15diagnostics: attempt to capture crash info in SARIF output [PR109097]David Malcolm1-18/+155
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-10-24diagnostics: fix ICE in sarif output with NULL filename [PR107366]Martin Liska1-1/+1
2022-07-15libcpp: Improve encapsulation of label_textJonathan Wakely1-1/+1
2022-07-07Convert label_text to C++11 move semanticsDavid Malcolm1-1/+0
2022-06-23diagnostics: add ability to associate diagnostics with rules from coding stan...David Malcolm1-0/+1
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-0/+1586