summaryrefslogtreecommitdiff
path: root/gcc/input.h
AgeCommit message (Expand)Author
2025-09-18diagnostics/libcpp: convert enum location_aspect to enum classDavid Malcolm
2025-07-25diagnostics: move file_cache from input.{cc,h} to diagnostics/file-cache.{cc,h}David Malcolm
2025-02-27input: Fix up ICEs with --param=file-cache-files=N for N > 16 [PR118860]Jakub Jelinek
2025-02-02Add tunables for input bufferAndi Kleen
2025-01-02Update copyright years.Jakub Jelinek
2024-12-16sarif-replay: quote source from artifact contents [PR117943]David Malcolm
2024-12-16diagnostics: implement file_cache::dumpDavid Malcolm
2024-12-11input.cc: rename file_cache:in_contextDavid Malcolm
2024-01-03Update copyright years.Jakub Jelinek
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm
2023-10-02diagnostics: add diagnostic_output_format classDavid Malcolm
2023-03-24diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098]David Malcolm
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka
2023-01-02Update copyright years.Jakub Jelinek
2022-11-15diagnostics: Use an inline function rather than hardcoding <built-in> stringLewis Hyatt
2022-11-04input: add get_source_text_betweenJeff Chapman II
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-11-09Generalize 'gcc/input.h:struct location_hash'Thomas Schwinge
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt
2021-07-01input.c: move file caching globals to a new file_cache classDavid Malcolm
2021-01-04Update copyright years.Jakub Jelinek
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt
2020-01-01Update copyright years.Jakub Jelinek
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-05Support string locations for C++ in -Wformat (PR c++/56856)David Malcolm
2018-04-30Use char_span for return type of location_get_source_lineDavid Malcolm
2018-04-30input.h: use STATIC_ASSERTDavid Malcolm
2018-04-27input.h: convert some macros to inline functionsDavid Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek
2017-01-01Update copyright years.Jakub Jelinek
2016-09-27re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)Martin Liska
2016-09-21Add from_macro_definition_at predicate for locations.Jason Merrill
2016-09-02Introduce class edit_contextDavid Malcolm
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm
2016-08-29make_location: ensure end-points are pure locationsDavid Malcolm
2016-08-18selftest.h: add class line_table_testDavid Malcolm
2016-08-18Evict selftest tempfiles from the diagnostics file cacheDavid Malcolm
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm
2016-05-03re PR c/70859 (Bad column number in type-generic function errors)Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek