aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2019-11-21 Backported from mainlineJakub Jelinek
2019-03-11Backport r268981Martin Liska
2019-03-11Backport r268789Martin Liska
2019-02-22Update ChangeLog and version files for releasegcc_8_3_0_releaseGCC Administrator
2018-07-26Update ChangeLog and version files for releasegcc_8_2_0_releaseGCC Administrator
2018-06-11 * fr.po: Update.Joseph Myers
2018-06-07 * eo.po: Update.Joseph Myers
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-04-23Regenerate .pot files.Joseph Myers
2018-03-27 * es.po: Update.Joseph Myers
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm
2018-03-03 * da.po: Update.Joseph Myers
2018-02-28PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely
2018-02-162018-02-16 Richard Biener <rguenther@suse.de>Richard Biener
2018-02-15 PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill
2018-02-15 * libcpp/macro.c: Fix typos.Jason Merrill
2018-02-04 * ru.po: Update.Joseph Myers
2018-02-02 * pt_BR.po: Update.Joseph Myers
2018-01-31Update cpplib .po files.Joseph Myers
2018-01-31 PR preprocessor/69869Jakub Jelinek
2018-01-27 * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffixJakub Jelinek
2018-01-26Regenerate .pot files.Joseph Myers
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-14gcc/ChangeLog:Kelvin Nilsen
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser
2017-12-14gcc:Bernd Edlinger
2017-12-05 PR c++/79228Jakub Jelinek
2017-12-01 PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm
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