Age | Commit message (Expand) | Author | Files | Lines |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-09-28 | Add instruction level discriminator support. | Eugene Rozenfeld | 1 | -3/+7 |
2022-07-15 | libcpp: Improve encapsulation of label_text | Jonathan Wakely | 1 | -12/+13 |
2022-07-13 | libcpp: Avoid pessimizing std::move [PR106272] | Marek Polacek | 1 | -2/+2 |
2022-07-07 | Convert label_text to C++11 move semantics | David Malcolm | 1 | -8/+38 |
2022-01-18 | pack fields in line-map data structures | Richard Biener | 1 | -7/+7 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -3/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-03 | pch: Add support for PCH for relocatable executables [PR71934] | Jakub Jelinek | 1 | -2/+2 |
2021-11-01 | diagnostics: escape non-ASCII source bytes for certain diagnostics | David Malcolm | 1 | -0/+13 |
2021-08-31 | Disable gcc_rich_location copying and assignment. | Martin Sebor | 1 | -0/+6 |
2021-04-13 | Fix thinko in libcpp preparation patch for modules | Eric Botcazou | 1 | -7/+3 |
2021-02-24 | c++: Macro location fixes [PR 98718] | Nathan Sidwell | 1 | -2/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-17 | preprocessor: module line maps | Nathan Sidwell | 1 | -1/+50 |
2020-09-17 | c-family: Macro support in -Wmisleading-indentation [PR80076] | Patrick Palka | 1 | -0/+6 |
2020-05-19 | preprocessor: Random cleanups | Nathan Sidwell | 1 | -7/+4 |
2020-01-10 | Add diagnostic paths | David Malcolm | 1 | -0/+7 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | Replace label_text ctor with "borrow" and "take" | David Malcolm | 1 | -4/+27 |
2019-10-15 | [linemap PATCH] Constify lookup | Nathan Sidwell | 1 | -40/+13 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -35/+35 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+4 |
2019-05-14 | Do a refactoring in linemap (PR preprocessor/90382). | Martin Liska | 1 | -2/+2 |
2019-02-20 | Fix ICE with #line directive (PR c/89410) | David Malcolm | 1 | -2/+5 |
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 | -112/+112 |
2018-10-31 | [4/7] Preprocessor location-kind predicates | Nathan Sidwell | 1 | -9/+21 |
2018-10-11 | [PATCH] A couple of line map fixes | Nathan Sidwell | 1 | -1/+1 |
2018-09-17 | Add range_idx param to range_label::get_text | David Malcolm | 1 | -2/+4 |
2018-08-30 | [libcpp] fix some line map comments | Nathan Sidwell | 1 | -14/+7 |
2018-08-27 | Less verbose fix-it hints for missing header files (PR 87091) | David Malcolm | 1 | -12/+48 |
2018-08-15 | diagnostics: add labeling of source ranges | David Malcolm | 1 | -8/+70 |
2018-08-08 | [PATCH] line-map include-from representation | Nathan Sidwell | 1 | -50/+11 |
2018-07-20 | libcpp: remove redundant parameter from rich_location::set_range | David Malcolm | 1 | -2/+1 |
2018-07-03 | Reorg line_map data structures for better packing. | Nathan Sidwell | 1 | -20/+52 |
2018-03-14 | Fix ICE for missing header fix-it hints with overlarge #line directives (PR c... | David Malcolm | 1 | -0/+12 |
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 | -0/+5 |
2017-11-13 | libcpp: move line typedef and column-numbering comment to top of file | David Malcolm | 1 | -23/+23 |
2017-07-06 | diagnostics: fix end-points of ranges within macros (PR c++/79300) | David Malcolm | 1 | -1/+11 |
2017-06-20 | Prevent fix-it hints from affecting more than one line | David Malcolm | 1 | -0/+2 |
2017-06-09 | Add support for mutually-incompatible fix-it hints | David Malcolm | 1 | -0/+22 |
2017-05-02 | Support fix-it hints that add new lines | David Malcolm | 1 | -2/+14 |
2017-05-01 | Eliminate fixit_hint class hierarchy | David Malcolm | 1 | -62/+28 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-25 | Implement ~line_maps () | David Malcolm | 1 | -1/+2 |
2016-09-21 | Add from_macro_definition_at predicate for locations. | Jason Merrill | 1 | -3/+7 |
2016-09-15 | fix-it hints can't contain newlines | David Malcolm | 1 | -0/+2 |