aboutsummaryrefslogtreecommitdiff
path: root/gcc/diagnostic-show-locus.cc
AgeCommit message (Expand)AuthorFilesLines
2024-07-24diagnostics: SARIF output: potentially add escaped renderings of source (ยง3....David Malcolm1-48/+50
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-13/+45
2024-06-25diagnostics: eliminate various implicit uses of global_dcDavid Malcolm1-12/+13
2024-05-17diagnostics, analyzer: add CFG edge visualization to path-printingDavid Malcolm1-34/+353
2024-05-15diagnostics: handle SGR codes in line_label::m_display_widthDavid Malcolm1-11/+17
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-27diagnostics: don't print annotation lines when there's no column infoDavid Malcolm1-1/+25
2023-11-14diagnostics: make m_text_callbacks privateDavid Malcolm1-1/+1
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm1-65/+101
2023-11-09diagnostics: cleanups to diagnostic-show-locus.ccDavid Malcolm1-54/+68
2023-11-06diagnostics: split out struct diagnostic_source_printing_optionsDavid Malcolm1-51/+43
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-16/+16
2023-10-02diagnostics: add diagnostic_output_format classDavid Malcolm1-1/+1
2023-10-02diagnostics: group together source printing fields of diagnostic_contextDavid Malcolm1-44/+49
2023-09-14diagnostics: support multithreaded diagnostic pathsDavid Malcolm1-6/+10
2023-03-28Don't emit -Wxor-used-as-pow on macro expansions [PR107002]David Malcolm1-3/+10
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-15libcpp: Improve encapsulation of label_textJonathan Wakely1-3/+4
2022-07-08diagnostics: Make line-ending logic consistent with libcpp [PR91733]Lewis Hyatt1-7/+7
2022-07-07Convert label_text to C++11 move semanticsDavid Malcolm1-5/+30
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5703