summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* libcpp: preserve ranges within macro expansions (PR c++/79300)dmalcolm2017-07-072-6/+15
* diagnostics: fix end-points of ranges within macros (PR c++/79300)dmalcolm2017-07-063-7/+34
* * line-map.c (location_adhoc_data_update): Perform addition injakub2017-06-212-2/+11
* Prevent fix-it hints from affecting more than one linedmalcolm2017-06-203-2/+28
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-2/+3
* Add support for mutually-incompatible fix-it hintsdmalcolm2017-06-093-1/+32
* libcpp: add callback for comment-handlingdmalcolm2017-06-053-0/+22
* Support fix-it hints that add new linesdmalcolm2017-05-023-8/+69
* Regenerate .pot files.jsm282017-05-012-1/+5
* Eliminate fixit_hint class hierarchydmalcolm2017-05-013-213/+127
* * fr.po: Update.jsm282017-04-302-20/+10
* Regenerate .pot files.jsm282017-04-242-2/+6
* Fix numerous typos in commentsredi2017-04-034-3/+9
* Fix search_line_fast for aarch64/ILP32schwab2017-03-212-1/+7
* * init.c (cpp_init_builtins): Update __cplusplus for C++17.jason2017-03-162-1/+5
* * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.gerald2017-02-092-1/+5
* * de.po, eo.po: Update.jsm282017-01-313-16/+19
* * sr.po: Update.jsm282017-01-272-9/+12
* * da.po: Update.jsm282017-01-232-2/+6
* Fix issues with unrepresentable column numbers (PR c++/77949)dmalcolm2017-01-102-1/+28
* * da.po: Update.jsm282017-01-102-8/+11
* * vi.po: Update.jsm282017-01-092-10/+13
* Fix linemap corruption after very wide source lines (PR c++/72803)dmalcolm2017-01-072-1/+9
* * pt_BR.po, ru.po: Update.jsm282017-01-053-17/+19
* * fi.po: Update.jsm282017-01-042-7/+10
* Update .po files from TP.jsm282017-01-0322-4719/+4677
* Update copyright years.jakub2017-01-0127-28/+32
* Regenerate .pot files.jsm282017-01-012-75/+79
* Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)dmalcolm2016-12-152-19/+29
* Fix for PR preprocessor/78680dmalcolm2016-12-122-0/+13
* gcc:bonzini2016-11-234-6/+27
* Fix locations within raw stringsdmalcolm2016-11-172-1/+17
* PR bootstrap/72823jakub2016-11-164-4/+30
* [AArch64] Optimized implementation of search_line_fast for the CPP lexerrearnsha2016-11-082-0/+99
* * eo.po: Update.jsm282016-10-292-7/+10
* input.c/libcpp: fix lifetimes of path buffersdmalcolm2016-10-252-0/+5
* Implement ~line_maps ()dmalcolm2016-10-253-8/+17
* 2016-10-21 Andris Pavenis <andris.pavenis@iki.fi>andris2016-10-212-3/+14
* gcc/jakub2016-10-114-11/+104
* * doc/invoke.texi: Document accepting Else, fallthrough.jakub2016-10-082-6/+15
* * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU commentjakub2016-10-082-8/+93
* * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENTjakub2016-10-082-18/+25
* libcpp/ChangeLog:kelvin2016-10-052-0/+9
* Implement -Wimplicit-fallthrough.mpolacek2016-09-263-2/+112
* Provide location information for terminator characters (PR preprocessor/77672)dmalcolm2016-09-232-1/+15
* Add from_macro_definition_at predicate for locations.jason2016-09-213-6/+45
* fix-it hints can't contain newlinesdmalcolm2016-09-153-0/+23
* fix-it hints: insert_before vs insert_afterdmalcolm2016-09-133-17/+169
* Introduce class edit_contextdmalcolm2016-09-022-0/+6
* diagnostic-show-locus.c: handle fixits on lines outside the regular rangesdmalcolm2016-08-313-6/+14