aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers3-1/+13
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm2-0/+9
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell3-14/+15
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm6-123/+191
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm2-2/+9
2018-08-30[libcpp] fix some line map commentsNathan Sidwell2-14/+13
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-4/+4
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm3-19/+72
2018-08-24Set start_location to 0 if we ran out of line map spaceH.J. Lu2-0/+15
2018-08-20[CPP PATCH] node field bitsNathan Sidwell2-3/+8
2018-08-20[CPP PATCH] node typeNathan Sidwell7-152/+139
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell4-14/+14
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell4-23/+7
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell6-121/+120
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell4-51/+60
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell6-161/+221
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell4-56/+64
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell4-139/+177
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell10-90/+107
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm3-11/+90
2018-08-08[PATCH] line-map include-from representationNathan Sidwell4-74/+64
2018-08-07[PATCH] Line map table allocationNathan Sidwell2-60/+45
2018-07-25Regenerate .pot files.Joseph Myers2-26/+30
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm3-4/+9
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger2-18/+21
2018-07-17lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek2-13/+22
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell3-84/+123
2018-06-11* fr.po: Update.Joseph Myers2-135/+121
2018-06-07* eo.po: Update.Joseph Myers2-19/+17
2018-05-23* system.h: #include <new> earlier.Jason Merrill2-4/+8
2018-05-17line-map.c (linemap_init): Use placement new.Jason Merrill3-1/+10
2018-04-23Regenerate .pot files.Joseph Myers2-61/+65
2018-03-27* es.po: Update.Joseph Myers2-109/+78
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm2-0/+16
2018-03-03* da.po: Update.Joseph Myers2-14/+12
2018-02-28PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely2-8/+26
2018-02-16re PR bootstrap/82939 (genmatch fills up terminal with endless printing of pe...Richard Biener2-0/+11
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill2-23/+126
2018-02-15* libcpp/macro.c: Fix typos.Jason Merrill1-9/+9
2018-02-04* ru.po: Update.Joseph Myers2-14/+12
2018-02-02* pt_BR.po: Update.Joseph Myers2-2/+6
2018-01-31Update cpplib .po files.Joseph Myers22-2259/+2583
2018-01-31re PR preprocessor/69869 (internal compiler error: Segmentation fault in call...Jakub Jelinek2-5/+21
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek2-2/+7
2018-01-26Regenerate .pot files.Joseph Myers2-120/+136
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov3-4/+17
2018-01-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen2-1/+8
2018-01-03Update copyright years.Jakub Jelinek27-28/+32
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser2-1/+8
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger2-1/+5