Age | Commit message (Expand) | Author | Files | Lines |
2025-02-27 | input: Fix up ICEs with --param=file-cache-files=N for N > 16 [PR118860] | Jakub Jelinek | 1 | -2/+2 |
2025-02-02 | Add tunables for input buffer | Andi Kleen | 1 | -1/+3 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-16 | sarif-replay: quote source from artifact contents [PR117943] | David Malcolm | 1 | -0/+4 |
2024-12-16 | diagnostics: implement file_cache::dump | David Malcolm | 1 | -0/+3 |
2024-12-11 | input.cc: rename file_cache:in_context | David Malcolm | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-14 | input.h: eliminate implicit users of global_dc's file_cache | David Malcolm | 1 | -8/+7 |
2023-11-03 | diagnostics: convert diagnostic_context to a class | David Malcolm | 1 | -2/+0 |
2023-10-02 | diagnostics: add diagnostic_output_format class | David Malcolm | 1 | -0/+3 |
2023-03-24 | diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098] | David Malcolm | 1 | -0/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -6/+6 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-15 | diagnostics: Use an inline function rather than hardcoding <built-in> string | Lewis Hyatt | 1 | -0/+3 |
2022-11-04 | input: add get_source_text_between | Jeff Chapman II | 1 | -0/+1 |
2022-09-28 | Add instruction level discriminator support. | Eugene Rozenfeld | 1 | -0/+4 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-09 | Generalize 'gcc/input.h:struct location_hash' | Thomas Schwinge | 1 | -2/+22 |
2021-11-01 | diagnostics: escape non-ASCII source bytes for certain diagnostics | David Malcolm | 1 | -2/+5 |
2021-08-25 | diagnostics: Support for -finput-charset [PR93067] | Lewis Hyatt | 1 | -0/+10 |
2021-07-01 | input.c: move file caching globals to a new file_cache class | David Malcolm | 1 | -0/+33 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-07-14 | diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904] | Lewis Hyatt | 1 | -1/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-09 | Byte vs column awareness for diagnostic-show-locus.c (PR 49973) | Lewis Hyatt | 1 | -0/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -11/+7 |
2018-10-05 | Support string locations for C++ in -Wformat (PR c++/56856) | David Malcolm | 1 | -1/+4 |
2018-04-30 | Use char_span for return type of location_get_source_line | David Malcolm | 1 | -2/+46 |
2018-04-30 | input.h: use STATIC_ASSERT | David Malcolm | 1 | -2/+1 |
2018-04-27 | input.h: convert some macros to inline functions | David Malcolm | 1 | -10/+24 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-08-09 | re PR c/81417 (-Wsign-compare should print types being compared) | Marek Polacek | 1 | -0/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-27 | re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>) | Martin Liska | 1 | -0/+2 |
2016-09-21 | Add from_macro_definition_at predicate for locations. | Jason Merrill | 1 | -0/+5 |
2016-09-02 | Introduce class edit_context | David Malcolm | 1 | -0/+1 |
2016-08-29 | Allow the use of ad-hoc locations for fix-it hints | David Malcolm | 1 | -1/+5 |
2016-08-29 | make_location: ensure end-points are pure locations | David Malcolm | 1 | -0/+8 |
2016-08-18 | selftest.h: add class line_table_test | David Malcolm | 1 | -0/+1 |
2016-08-18 | Evict selftest tempfiles from the diagnostics file cache | David Malcolm | 1 | -0/+2 |
2016-08-05 | On-demand locations within string-literals | David Malcolm | 1 | -0/+35 |
2016-07-27 | Move make_location from tree.h/c to input.h/c | David Malcolm | 1 | -0/+13 |
2016-05-03 | re PR c/70859 (Bad column number in type-generic function errors) | Marek Polacek | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-09-15 | Change of location_get_source_line signature | David Malcolm | 1 | -1/+1 |
2015-05-13 | libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations) | David Malcolm | 1 | -0/+2 |