aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc-rich-location.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-4/+16
2024-06-25diagnostics: eliminate various implicit uses of global_dcDavid Malcolm1-2/+4
2024-05-28Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]David Malcolm1-101/+0
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm1-0/+2
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-3/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-31Disable gcc_rich_location copying and assignment.Martin Sebor1-2/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-10Add diagnostic pathsDavid Malcolm1-1/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm1-0/+57
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-10-15Remove stray reference to error_at_rich_locDavid Malcolm1-1/+1
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-2/+2
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-4/+67
2018-05-01Add gcc_rich_location::add_fixit_insert_formattedDavid Malcolm1-0/+36
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-11diagnostics: support compact printing of secondary locationsDavid Malcolm1-0/+21
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm1-2/+0
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm1-5/+0
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm1-0/+2
2016-06-14Introduce gcc_rich_location::add_fixit_misspelled_idDavid Malcolm1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+47