aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)Author
2016-09-15fix-it hints can't contain newlinesDavid Malcolm
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm
2016-09-02Introduce class edit_contextDavid Malcolm
2016-08-31diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm
2016-08-31Remove arbitrary limits from rich_locationDavid Malcolm
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm
2016-08-29Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm
2016-08-26Add validation and consolidation of fix-it hintsDavid Malcolm
2016-08-23line-map.h: add source_range::from_locationsDavid Malcolm
2016-08-19Reimplement removal fix-it hints in terms of replaceDavid Malcolm
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-192016-08-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>Prathamesh Kulkarni
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm
2016-08-18 PR c/7652Marek Polacek
2016-08-12 PR c/7652Marek Polacek
2016-08-06Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)David Malcolm
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-08-01* include/cpplib.h: Fix comment typo.Andreas Schwab
2016-07-27Move make_location from tree.h/c to input.h/cDavid Malcolm
2016-07-11input.c: add lexing selftests and a test matrix for line_table statesDavid Malcolm
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm
2016-06-22 * c-common.c (get_source_date_epoch): Use int64_t instead of long long.John David Anglin
2016-06-01gcc/c-family/ChangeLog:Eduard Sanou
2016-05-20Change ENABLE_VALGRIND_CHECKING toMartin Liska
2016-04-28gcc/c-family/ChangeLog:Eduard Sanou
2016-04-13 Patch from Roger Orr <rogero@howzatt.demon.co.uk>Bernd Schmidt
2016-04-06PR preprocessor/61817Richard Henderson
2016-03-25 PR lto/69650Bernd Schmidt
2016-03-21 PR target/70296Jakub Jelinek
2016-03-15Fix compiling large filesRichard Henderson
2016-03-15 * libcpp/expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
2016-03-09PR c++/70105: prevent nonsensical underline spew for macro expansionsDavid Malcolm
2016-03-09PR c++/70105: Defer location expansion until diagnostic_show_locusDavid Malcolm
2016-03-01PR preprocessor/69985: fix ICE with long lines in -WformatDavid Malcolm
2016-02-23PR preprocessor/69126: avoid comparing ad-hoc and non-ad-hoc locationsDavid Malcolm
2016-02-08PR preprocessor/69664: fix rich_location::override_columnDavid Malcolm
2016-02-05 PR c++/69628Jakub Jelinek
2016-01-28 PR pch/68176Jakub Jelinek
2016-01-28 * directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm
2016-01-08 PR c++/69145Jakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-22libcpp: Avoid unnecessary ad-hoc uses for large source filesDavid Malcolm
2015-12-07Fix missing range information for "%q+D" format codeDavid Malcolm
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm
2015-11-19 PR preprocessor/60736Jakub Jelinek
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm