]> git.ipfire.org Git - thirdparty/gcc.git/history - libcpp
Fix tests for std::variant to match original intention
[thirdparty/gcc.git] / libcpp /
2019-04-03  rediFix typo in comment
2019-03-08  jsm28 * sv.po: Update.
2019-02-26  marxinImprove memory statistics report readability.
2019-02-20  dmalcolmFix ICE with #line directive (PR c/89410)
2019-02-18  marxinUse 1UL constant in order to not overflow (PR c++/89383).
2019-02-14  jsm28 * da.po: Update.
2019-02-12  dmalcolmlinemap_line_start: protect against location_t overflow...
2019-02-06  jsm28 * eo.po: Update.
2019-02-06  jsm28 * ru.po: Update.
2019-02-05  jsm28Update .po files.
2019-02-01  jsm28Regenerate .pot files.
2019-01-26  jakub PR preprocessor/88974
2019-01-01  jakub Update copyright years.
2018-11-27  dmalcolmPR preprocessor/83173: Enhance -fdump-internal-location...
2018-11-27  dmalcolmPR preprocessor/83173: Additional check before decremen...
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-07  law2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery...
2018-11-05  marxinDo not use %zu format in libcpp.
2018-11-05  marxinFix printf call in symtab.c.
2018-11-05  marxinFix string pool statistics.
2018-10-31  jsm28Update GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-31  nathan[6/6] Preprocessor forced macro location
2018-10-31  nathan[5/6] Preprocessor include
2018-10-31  nathan[4/7] Preprocessor location-kind predicates
2018-10-31  nathan[3/7] Preprocessor macro loc
2018-10-31  nathan[2/7] Preprocessor node access
2018-10-31  nathan[1/7] Preprocessor cleanup
2018-10-17  jsm28Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-11  dmalcolmlibcpp: show macro definition when used with wrong...
2018-10-11  nathan[PATCH] A couple of line map fixes
2018-10-09  dmalcolmCleanup of libcpp diagnostic callbacks
2018-09-17  dmalcolmAdd range_idx param to range_label::get_text
2018-08-30  nathan[libcpp] fix some line map comments
2018-08-27  marxinReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-24  hjlSet start_location to 0 if we ran out of line map space
2018-08-20  nathan[CPP PATCH] node field bits
2018-08-20  nathan[CPP PATCH] node type
2018-08-20  nathan[CPP PATCH] Fix warning & other cleanups.
2018-08-20  nathan[PATCH] Kill cpp-id-data.h
2018-08-20  nathan[PATCH] #assert becomes macro-like
2018-08-17  nathan[PATCH] Adjust lazy macro definition
2018-08-17  nathan[PATCH] Macro body is trailing array
2018-08-17  nathan[PATCH] Move cpp_macro to cpplib.h
2018-08-16  nathan[PATCH] Macro definition parameter parsing
2018-08-16  nathan[PATCH] CPP Macro predicates
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-08  nathan[PATCH] line-map include-from representation
2018-08-07  nathan[PATCH] Line map table allocation
2018-07-25  jsm28Regenerate .pot files.
2018-07-20  dmalcolmlibcpp: remove redundant parameter from rich_location...
2018-07-18  edlingerlibcpp:
2018-07-17  jakub * lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead...
2018-07-03  nathan Reorg line_map data structures for better packing.
2018-06-11  jsm28 * fr.po: Update.
2018-06-07  jsm28 * eo.po: Update.
2018-05-23  jason * system.h: #include <new> earlier.
2018-05-17  jason * line-map.c (linemap_init): Use placement new.
2018-04-23  jsm28Regenerate .pot files.
2018-03-27  jsm28 * es.po: Update.
2018-03-14  dmalcolmFix ICE for missing header fix-it hints with overlarge...
2018-03-03  jsm28 * da.po: Update.
2018-02-28  rediPR preprocessor/84517 allow double-underscore macros...
2018-02-16  rguenth2018-02-16 Richard Biener <rguenther@suse.de>
2018-02-15  jason PR preprocessor/83063 - __VA_OPT__ and ##
2018-02-15  jason * libcpp/macro.c: Fix typos.
2018-02-04  jsm28 * ru.po: Update.
2018-02-02  jsm28 * pt_BR.po: Update.
2018-01-31  jsm28Update cpplib .po files.
2018-01-31  jakub PR preprocessor/69869
2018-01-27  jakub * c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup...
2018-01-26  jsm28Regenerate .pot files.
2018-01-18  borisAdd ability to remap file names in __FILE__, etc (PR...
2018-01-14  kelvingcc/ChangeLog:
2018-01-03  jakub Update copyright years.
2017-12-20  ktkachov[PATCH, PR83492] Fix selection of aarch64 big-endian...
2017-12-14  edlingergcc:
2017-12-05  jakub PR c++/79228
2017-12-01  jason PR c++/79228 - extensions hide C++14 complex literal...
2017-11-28  dmalcolmReject fix-it hints for various awkward boundary cases...
2017-11-21  dmalcolmUse -Wtraditional for "would be stringified in traditio...
2017-11-21  dmalcolmC++: provide macro used-before-defined hint (PR c+...
2017-11-13  tromeyImplement __VA_OPT__
2017-11-13  dmalcolmlibcpp: move line typedef and column-numbering comment...
2017-11-06  paolo/libcpp
2017-11-05  vries[libcpp] Remove semicolon after do {} while (0) in...
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-30  jsm28Add -std=c17, -std=gnu17.
2017-10-10  nathan[PATCH] preprocessor stringizing raw strings
2017-09-15  jakub Add support for -std=c++2a.
2017-09-15  jakub * doc/invoke.texi: Document -std=c++17 and -std=gnu...
2017-08-04  jsm28Regenerate .pot files.
2017-07-07  dmalcolmlibcpp: preserve ranges within macro expansions (PR...
2017-07-06  dmalcolmdiagnostics: fix end-points of ranges within macros...
2017-06-21  jakub * line-map.c (location_adhoc_data_update): Perform...
2017-06-20  dmalcolmPrevent fix-it hints from affecting more than one line
2017-06-16  mseborPR c++/80560 - warn on undefined memory operations...
2017-06-09  dmalcolmAdd support for mutually-incompatible fix-it hints
2017-06-05  dmalcolmlibcpp: add callback for comment-handling
2017-05-02  dmalcolmSupport fix-it hints that add new lines
next