summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* libcpp: preserve ranges within macro expansions (PR c++/79300)dmalcolm2017-07-071-0/+7
* diagnostics: fix end-points of ranges within macros (PR c++/79300)dmalcolm2017-07-061-0/+11
* * line-map.c (location_adhoc_data_update): Perform addition injakub2017-06-211-0/+8
* Prevent fix-it hints from affecting more than one linedmalcolm2017-06-201-0/+7
* Add support for mutually-incompatible fix-it hintsdmalcolm2017-06-091-0/+8
* libcpp: add callback for comment-handlingdmalcolm2017-06-051-0/+6
* Support fix-it hints that add new linesdmalcolm2017-05-021-0/+11
* Eliminate fixit_hint class hierarchydmalcolm2017-05-011-0/+32
* Fix numerous typos in commentsredi2017-04-031-0/+6
* Fix search_line_fast for aarch64/ILP32schwab2017-03-211-0/+6
* * init.c (cpp_init_builtins): Update __cplusplus for C++17.jason2017-03-161-0/+4
* * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.gerald2017-02-091-0/+4
* Fix issues with unrepresentable column numbers (PR c++/77949)dmalcolm2017-01-101-0/+10
* Fix linemap corruption after very wide source lines (PR c++/72803)dmalcolm2017-01-071-0/+8
* Update copyright years.jakub2017-01-011-1/+5
* Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)dmalcolm2016-12-151-0/+8
* Fix for PR preprocessor/78680dmalcolm2016-12-121-0/+6
* gcc:bonzini2016-11-231-0/+11
* Fix locations within raw stringsdmalcolm2016-11-171-0/+5
* PR bootstrap/72823jakub2016-11-161-0/+8
* [AArch64] Optimized implementation of search_line_fast for the CPP lexerrearnsha2016-11-081-0/+4
* input.c/libcpp: fix lifetimes of path buffersdmalcolm2016-10-251-0/+4
* Implement ~line_maps ()dmalcolm2016-10-251-0/+7
* 2016-10-21 Andris Pavenis <andris.pavenis@iki.fi>andris2016-10-211-0/+5
* gcc/jakub2016-10-111-0/+8
* * doc/invoke.texi: Document accepting Else, fallthrough.jakub2016-10-081-0/+2
* * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU commentjakub2016-10-081-0/+3
* * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENTjakub2016-10-081-0/+7
* libcpp/ChangeLog:kelvin2016-10-051-0/+8
* Implement -Wimplicit-fallthrough.mpolacek2016-09-261-0/+10
* Provide location information for terminator characters (PR preprocessor/77672)dmalcolm2016-09-231-0/+7
* Add from_macro_definition_at predicate for locations.jason2016-09-211-0/+5
* fix-it hints can't contain newlinesdmalcolm2016-09-151-0/+8
* fix-it hints: insert_before vs insert_afterdmalcolm2016-09-131-0/+20
* Introduce class edit_contextdmalcolm2016-09-021-0/+5
* diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm2016-08-311-0/+9
* Remove arbitrary limits from rich_locationdmalcolm2016-08-311-0/+39
* rich_location: add convenience overloads for adding fix-it hintsdmalcolm2016-08-301-0/+13
* Allow the use of ad-hoc locations for fix-it hintsdmalcolm2016-08-291-0/+9
* Add validation and consolidation of fix-it hintsdmalcolm2016-08-261-0/+24
* line-map.h: add source_range::from_locationsdmalcolm2016-08-231-0/+4
* Reimplement removal fix-it hints in terms of replacedmalcolm2016-08-191-0/+9
* Implement C _FloatN, _FloatNx types.jsm282016-08-191-0/+9
* 2016-08-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922016-08-191-0/+4
* Spelling suggestions for misspelled preprocessor directivesdmalcolm2016-08-181-0/+11
* PR c/7652mpolacek2016-08-181-0/+5
* PR c/7652mpolacek2016-08-121-0/+10
* Fix crash in selftest::test_lexer_string_locations_ucn4 (PR bootstrap/72823)dmalcolm2016-08-061-0/+6
* On-demand locations within string-literalsdmalcolm2016-08-051-0/+46
* * include/cpplib.h: Fix comment typo.schwab2016-08-011-0/+4