summaryrefslogtreecommitdiff
path: root/libcpp/line-map.cc
AgeCommit message (Expand)Author
2025-09-18diagnostics/libcpp: convert enum location_aspect to enum classDavid Malcolm
2025-06-17c++: modules and #pragma diagnosticJason Merrill
2025-06-10diagnostics: make experimental-html sink prettier [PR116792]David Malcolm
2025-05-07libcpp: Further fixes for incorrect line numbers in large files [PR120061]Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-11-23Support for 64-bit location_t: libcpp preliminariesLewis Hyatt
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-07-24diagnostics: SARIF output: potentially add escaped renderings of source (ยง3....David Malcolm
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm
2024-01-03Update copyright years.Jakub Jelinek
2023-11-09diagnostics: cleanups to diagnostic-show-locus.ccDavid Malcolm
2023-10-31libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATIONDavid Malcolm
2023-10-08libcpp: eliminate LINEMAPS_{ORDINARY,MACRO}_MAPSDavid Malcolm
2023-10-08libcpp: eliminate LINEMAPS_{,ORDINARY_,MACRO_}CACHEDavid Malcolm
2023-10-08libcpp: eliminate COMBINE_LOCATION_DATADavid Malcolm
2023-10-08libcpp: "const" and other cleanupsDavid Malcolm
2023-01-16Update copyright years.Jakub Jelinek
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld
2022-09-08pch: Fix the reconstruction of adhoc data hash tableLewis Hyatt
2022-01-18pack fields in line-map data structuresRichard Biener
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska