summaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)Author
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm
2018-08-30[libcpp] fix some line map commentsNathan Sidwell
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm
2018-08-24Set start_location to 0 if we ran out of line map spaceH.J. Lu
2018-08-20[CPP PATCH] node field bitsNathan Sidwell
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm
2018-08-08[PATCH] line-map include-from representationNathan Sidwell
2018-08-07[PATCH] Line map table allocationNathan Sidwell
2018-07-25Regenerate .pot files.Joseph Myers
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger
2018-07-17lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell
2018-06-11* fr.po: Update.Joseph Myers
2018-06-07* eo.po: Update.Joseph Myers
2018-05-23* system.h: #include <new> earlier.Jason Merrill
2018-05-17line-map.c (linemap_init): Use placement new.Jason Merrill
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-16re PR bootstrap/82939 (genmatch fills up terminal with endless printing of pe...Richard Biener
2018-02-15PR 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-31re PR preprocessor/69869 (internal compiler error: Segmentation fault in call...Jakub Jelinek
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub 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-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger