summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor2017-06-151-2/+3
* Add support for mutually-incompatible fix-it hintsDavid Malcolm2017-06-093-1/+32
* libcpp: add callback for comment-handlingDavid Malcolm2017-06-053-0/+22
* Support fix-it hints that add new linesDavid Malcolm2017-05-023-8/+69
* Regenerate .pot files.Joseph Myers2017-05-012-1/+5
* Eliminate fixit_hint class hierarchyDavid Malcolm2017-05-013-213/+127
* * fr.po: Update.Joseph Myers2017-05-012-20/+10
* Regenerate .pot files.Joseph Myers2017-04-242-2/+6
* Fix numerous typos in commentsJonathan Wakely2017-04-034-3/+9
* Fix search_line_fast for aarch64/ILP32Andreas Schwab2017-03-212-1/+7
* * init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill2017-03-162-1/+5
* * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.Gerald Pfeifer2017-02-092-1/+5
* * de.po, eo.po: Update.Joseph Myers2017-01-313-16/+19
* * sr.po: Update.Joseph Myers2017-01-272-9/+12
* * da.po: Update.Joseph Myers2017-01-232-2/+6
* Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm2017-01-102-1/+28
* * da.po: Update.Joseph Myers2017-01-102-8/+11
* * vi.po: Update.Joseph Myers2017-01-092-10/+13
* Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm2017-01-072-1/+9
* * pt_BR.po, ru.po: Update.Joseph Myers2017-01-053-17/+19
* * fi.po: Update.Joseph Myers2017-01-042-7/+10
* Update .po files from TP.Joseph Myers2017-01-0322-4719/+4677
* Update copyright years.Jakub Jelinek2017-01-0127-28/+32
* Regenerate .pot files.Joseph Myers2017-01-012-75/+79
* Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm2016-12-152-19/+29
* re PR preprocessor/78680 (ICE in get_substring_ranges_for_loc, at input.c:1398)David Malcolm2016-12-122-0/+13
* system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini2016-11-234-6/+27
* Fix locations within raw stringsDavid Malcolm2016-11-172-1/+17
* re PR bootstrap/72823 (r239175 causes build failure)Jakub Jelinek2016-11-164-4/+30
* [AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw2016-11-082-0/+99
* * eo.po: Update.Joseph Myers2016-10-292-7/+10
* input.c/libcpp: fix lifetimes of path buffersDavid Malcolm2016-10-252-0/+5
* Implement ~line_maps ()David Malcolm2016-10-253-8/+17
* re PR preprocessor/71681 (header.gcc file lookup is broken for -remap)Andris Pavenis2016-10-212-3/+14
* gcc/Jakub Jelinek2016-10-124-11/+104
* invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek2016-10-082-6/+15
* invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment style changes.Jakub Jelinek2016-10-082-8/+93
* c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek2016-10-082-18/+25
* re PR target/77847 (PowerPC big endian power7/power8 do not bootstrap due to ...Kelvin Nilsen2016-10-052-0/+9
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-263-2/+112
* Provide location information for terminator characters (PR preprocessor/77672)David Malcolm2016-09-232-1/+15
* Add from_macro_definition_at predicate for locations.Jason Merrill2016-09-213-6/+45
* fix-it hints can't contain newlinesDavid Malcolm2016-09-153-0/+23
* fix-it hints: insert_before vs insert_afterDavid Malcolm2016-09-133-17/+169
* Introduce class edit_contextDavid Malcolm2016-09-022-0/+6
* diagnostic-show-locus.c: handle fixits on lines outside the regular rangesDavid Malcolm2016-08-313-6/+14
* Remove arbitrary limits from rich_locationDavid Malcolm2016-08-313-52/+224
* rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm2016-08-303-0/+101
* Allow the use of ad-hoc locations for fix-it hintsDavid Malcolm2016-08-293-0/+42
* Add validation and consolidation of fix-it hintsDavid Malcolm2016-08-263-5/+174