Age | Commit message (Expand) | Author | Files | Lines |
2017-08-09 | re PR c/81417 (-Wsign-compare should print types being compared) | Marek Polacek | 1 | -0/+9 |
2017-07-06 | diagnostics: fix end-points of ranges within macros (PR c++/79300) | David Malcolm | 1 | -9/+43 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-01-31 | Prevent ICEs due to bogus substring locations (PR preprocessor/79210) | David Malcolm | 1 | -1/+4 |
2017-01-10 | Fix issues with unrepresentable column numbers (PR c++/77949) | David Malcolm | 1 | -0/+26 |
2017-01-07 | Fix linemap corruption after very wide source lines (PR c++/72803) | David Malcolm | 1 | -0/+12 |
2017-01-05 | [bootstrap-O3] add a default initializer to avoid a warning at -O3 | Alexandre Oliva | 1 | -1/+1 |
2017-01-04 | re PR bootstrap/77569 (self tests fail when not using C locale) | Jakub Jelinek | 1 | -1/+6 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-15 | Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811) | David Malcolm | 1 | -5/+84 |
2016-11-30 | substring locations and # line directives (PR preprocessor/78569) | David Malcolm | 1 | -0/+10 |
2016-11-21 | substring_loc info needs default track-macro-expansion (PR preprocessor/78324) | David Malcolm | 1 | -0/+9 |
2016-11-17 | Fix locations within raw strings | David Malcolm | 1 | -0/+74 |
2016-10-25 | input.c/libcpp: fix lifetimes of path buffers | David Malcolm | 1 | -8/+39 |
2016-10-06 | Fix warnings for make profiledbootstrap (PR bootstrap/77788) | Martin Liska | 1 | -1/+1 |
2016-10-03 | re PR preprocessor/77699 (suspicious code in get_next_line) | Bernd Edlinger | 1 | -67/+37 |
2016-09-23 | Provide location information for terminator characters (PR preprocessor/77672) | David Malcolm | 1 | -32/+49 |
2016-09-02 | Introduce class edit_context | David Malcolm | 1 | -9/+38 |
2016-08-29 | input.c: fix the comment for test_make_location_nonpure_range_endpoints | David Malcolm | 1 | -2/+2 |
2016-08-29 | Allow the use of ad-hoc locations for fix-it hints | David Malcolm | 1 | -22/+0 |
2016-08-29 | make_location: ensure end-points are pure locations | David Malcolm | 1 | -2/+64 |
2016-08-18 | selftest.h: add class line_table_test | David Malcolm | 1 | -52/+74 |
2016-08-18 | Evict selftest tempfiles from the diagnostics file cache | David Malcolm | 1 | -0/+26 |
2016-08-18 | input.c: move test functions within #CHECKING_P and into selftest:: | David Malcolm | 1 | -6/+8 |
2016-08-16 | Fix caret locations in format_type_warning (PR c/72857) | David Malcolm | 1 | -20/+66 |
2016-08-16 | Move class temp_source_file from input.c to selftest.c/h | David Malcolm | 1 | -42/+0 |
2016-08-08 | Fix selftest::test_lexer_string_locations_ebcdic for systems without iconv (P... | David Malcolm | 1 | -0/+4 |
2016-08-05 | On-demand locations within string-literals | David Malcolm | 1 | -0/+1547 |
2016-07-27 | Move make_location from tree.h/c to input.h/c | David Malcolm | 1 | -0/+60 |
2016-07-25 | Fix selftest::temp_source_file ctor | David Malcolm | 1 | -1/+1 |
2016-07-11 | input.c: add lexing selftests and a test matrix for line_table states | David Malcolm | 1 | -17/+307 |
2016-06-13 | PR bootstrap/71481: fix input.c selftest | David Malcolm | 1 | -10/+21 |
2016-06-13 | selftests: improve reported failure locations | David Malcolm | 1 | -2/+2 |
2016-06-13 | input.c (test_builtins): Fix an assertion. | Bernd Edlinger | 1 | -1/+1 |
2016-06-06 | Selftest framework | David Malcolm | 1 | -0/+116 |
2016-05-03 | re PR c/70859 (Bad column number in type-generic function errors) | Marek Polacek | 1 | -0/+10 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-13 | Source range tracking in libcpp and C FE, with bit-packing optimization | David Malcolm | 1 | -9/+19 |
2015-11-06 | Reimplement diagnostic_show_locus, introducing rich_location classes | David Malcolm | 1 | -0/+16 |
2015-11-06 | Add stats on adhoc table to dump_line_table_statistics | David Malcolm | 1 | -0/+6 |
2015-09-15 | Change of location_get_source_line signature | David Malcolm | 1 | -6/+8 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-05-19 | Replace line_map union with C++ class hierarchy | David Malcolm | 1 | -5/+6 |
2015-05-13 | libcpp/input.c: Add a way to visualize the linemaps (-fdump-internal-locations) | David Malcolm | 1 | -0/+224 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-03 | input.c (expand_location_to_spelling_point): Fix typo. | Manuel López-Ibáñez | 1 | -8/+9 |
2014-10-21 | State cleanups from jit branch | David Malcolm | 1 | -1/+1 |
2014-08-15 | input.c (diagnostic_file_cache_fini): Fix typo in comment. | Manuel López-Ibáñez | 1 | -1/+1 |
2014-07-16 | Support location tracking for built-in macro tokens | Dodji Seketeli | 1 | -0/+16 |