aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm
2017-11-13Implement __VA_OPT__Tom Tromey
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm
2017-11-06/libcppMukesh Kapoor
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell
2017-09-15 Add support for -std=c++2a.Andrew Sutton
2017-09-15 * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentJakub Jelinek
2017-08-04Regenerate .pot files.Joseph Myers
2017-07-07libcpp: preserve ranges within macro expansions (PR c++/79300)David Malcolm
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm
2017-06-21 * line-map.c (location_adhoc_data_update): Perform addition inJakub Jelinek
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm
2017-06-16PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm
2017-05-02Support fix-it hints that add new linesDavid Malcolm
2017-05-01Regenerate .pot files.Joseph Myers
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm
2017-04-30 * fr.po: Update.Joseph Myers
2017-04-24Regenerate .pot files.Joseph Myers
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab
2017-03-16 * init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill
2017-02-09 * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.Gerald Pfeifer
2017-01-31 * de.po, eo.po: Update.Joseph Myers
2017-01-27 * sr.po: Update.Joseph Myers
2017-01-23 * da.po: Update.Joseph Myers
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm
2017-01-10 * da.po: Update.Joseph Myers
2017-01-09 * vi.po: Update.Joseph Myers
2017-01-07Fix linemap corruption after very wide source lines (PR c++/72803)David Malcolm
2017-01-05 * pt_BR.po, ru.po: Update.Joseph Myers
2017-01-04 * fi.po: Update.Joseph Myers
2017-01-03Update .po files from TP.Joseph Myers
2017-01-01 Update copyright years.Jakub Jelinek
2017-01-01Regenerate .pot files.Joseph Myers
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm
2016-12-12Fix for PR preprocessor/78680David Malcolm
2016-11-23gcc:Paolo Bonzini
2016-11-17Fix locations within raw stringsDavid Malcolm
2016-11-16 PR bootstrap/72823Jakub Jelinek
2016-11-08[AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw
2016-10-29 * eo.po: Update.Joseph Myers
2016-10-25input.c/libcpp: fix lifetimes of path buffersDavid Malcolm
2016-10-25Implement ~line_maps ()David Malcolm
2016-10-212016-10-21 Andris Pavenis <andris.pavenis@iki.fi>Andris Pavenis