Age | Commit message (Expand) | Author | Files | Lines |
2019-03-11 | Backport r268981 | Martin Liska | 1 | -1/+2 |
2019-03-11 | Backport r268789 | Martin Liska | 1 | -0/+4 |
2018-02-16 | re PR bootstrap/82939 (genmatch fills up terminal with endless printing of pe... | Richard Biener | 1 | -0/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-28 | Reject fix-it hints for various awkward boundary cases (PR c/82050) | David Malcolm | 1 | -5/+8 |
2017-07-07 | libcpp: preserve ranges within macro expansions (PR c++/79300) | David Malcolm | 1 | -6/+8 |
2017-07-06 | diagnostics: fix end-points of ranges within macros (PR c++/79300) | David Malcolm | 1 | -6/+12 |
2017-06-21 | line-map.c (location_adhoc_data_update): Perform addition in uintptr_t type r... | Jakub Jelinek | 1 | -2/+3 |
2017-06-20 | Prevent fix-it hints from affecting more than one line | David Malcolm | 1 | -2/+19 |
2017-06-15 | PR c++/80560 - warn on undefined memory operations involving non-trivial types | Martin Sebor | 1 | -2/+3 |
2017-06-09 | Add support for mutually-incompatible fix-it hints | David Malcolm | 1 | -1/+2 |
2017-05-02 | Support fix-it hints that add new lines | David Malcolm | 1 | -6/+44 |
2017-05-01 | Eliminate fixit_hint class hierarchy | David Malcolm | 1 | -151/+67 |
2017-01-10 | Fix issues with unrepresentable column numbers (PR c++/77949) | David Malcolm | 1 | -1/+18 |
2017-01-07 | Fix linemap corruption after very wide source lines (PR c++/72803) | David Malcolm | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-25 | Implement ~line_maps () | David Malcolm | 1 | -7/+8 |
2016-09-21 | Add from_macro_definition_at predicate for locations. | Jason Merrill | 1 | -3/+33 |
2016-09-15 | fix-it hints can't contain newlines | David Malcolm | 1 | -0/+13 |
2016-09-13 | fix-it hints: insert_before vs insert_after | David Malcolm | 1 | -11/+54 |
2016-08-31 | diagnostic-show-locus.c: handle fixits on lines outside the regular ranges | David Malcolm | 1 | -2/+2 |
2016-08-31 | Remove arbitrary limits from rich_location | David Malcolm | 1 | -39/+53 |
2016-08-30 | rich_location: add convenience overloads for adding fix-it hints | David Malcolm | 1 | -0/+54 |
2016-08-29 | Allow the use of ad-hoc locations for fix-it hints | David Malcolm | 1 | -0/+27 |
2016-08-26 | Add validation and consolidation of fix-it hints | David Malcolm | 1 | -2/+134 |
2016-08-19 | Reimplement removal fix-it hints in terms of replace | David Malcolm | 1 | -17/+1 |
2016-07-11 | input.c: add lexing selftests and a test matrix for line_table states | David Malcolm | 1 | -12/+0 |
2016-06-22 | c-common.c (get_source_date_epoch): Use int64_t instead of long long. | John David Anglin | 1 | -2/+2 |
2016-03-25 | re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803) | Bernd Schmidt | 1 | -29/+9 |
2016-03-15 | Fix compiling large files | Richard Henderson | 1 | -1/+1 |
2016-03-09 | PR c++/70105: prevent nonsensical underline spew for macro expansions | David Malcolm | 1 | -2/+0 |
2016-03-09 | PR c++/70105: Defer location expansion until diagnostic_show_locus | David Malcolm | 1 | -78/+40 |
2016-03-01 | PR preprocessor/69985: fix ICE with long lines in -Wformat | David Malcolm | 1 | -8/+9 |
2016-02-23 | PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locations | David Malcolm | 1 | -2/+7 |
2016-02-08 | PR preprocessor/69664: fix rich_location::override_column | David Malcolm | 1 | -1/+10 |
2016-01-14 | PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind... | David Malcolm | 1 | -6/+21 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-22 | libcpp: Avoid unnecessary ad-hoc uses for large source files | David Malcolm | 1 | -3/+2 |
2015-12-07 | Fix missing range information for "%q+D" format code | David Malcolm | 1 | -17/+18 |
2015-11-20 | PR 62314: add ability to add fixit-hints to a diagnostic | David Malcolm | 1 | -2/+134 |
2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 1 | -41/+233 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -0/+130 |
2015-11-06 | Add stats on adhoc table to dump_line_table_statistics | David Malcolm | 1 | -0/+3 |
2015-09-21 | Handle lines encoded into several maps in linemap_position_for_loc_and_offset | Manuel López-Ibáñez | 1 | -14/+20 |
2015-06-08 | re PR c/66415 (ice in location_column_from_byte_offset) | Marek Polacek | 1 | -3/+5 |
2015-05-26 | line-map.c (LINE_MAP_MAX_COLUMN_NUMBER LINE_MAP_MAX_LOCATION_WITH_COLS,LINE_M... | Manuel López-Ibáñez | 1 | -6/+20 |
2015-05-20 | libcpp: Eliminate most of the non-const/reference-returning inline fns | David Malcolm | 1 | -15/+14 |
2015-05-19 | Replace line_map union with C++ class hierarchy | David Malcolm | 1 | -101/+136 |
2015-05-13 | libcpp: Replace macro usage with C++ constructs | David Malcolm | 1 | -3/+3 |
2015-05-05 | libcpp: Improvements to comments in line-map.h/c | David Malcolm | 1 | -1/+1 |