aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-10-11libcpp: show macro definition when used with wrong argument countDavid Malcolm1-0/+5
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell1-0/+7
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-0/+44
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-0/+5
2018-08-30[libcpp] fix some line map commentsNathan Sidwell1-0/+6
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 Malcolm1-0/+16
2018-08-24Set start_location to 0 if we ran out of line map spaceH.J. Lu1-0/+8
2018-08-20[CPP PATCH] node field bitsNathan Sidwell1-0/+3
2018-08-20[CPP PATCH] node typeNathan Sidwell1-0/+28
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell1-0/+6
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell1-0/+4
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell1-0/+17
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell1-0/+14
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-0/+23
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell1-0/+7
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell1-1/+14
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-0/+26
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+14
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-0/+18
2018-08-07[PATCH] Line map table allocationNathan Sidwell1-0/+5
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm1-0/+6
2018-07-18re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger1-0/+7
2018-07-17lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek1-0/+8
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell1-0/+20
2018-05-23* system.h: #include <new> earlier.Jason Merrill1-0/+4
2018-05-17line-map.c (linemap_init): Use placement new.Jason Merrill1-0/+5
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm1-0/+4
2018-02-28PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely1-0/+7
2018-02-16re PR bootstrap/82939 (genmatch fills up terminal with endless printing of pe...Richard Biener1-0/+6
2018-02-15PR preprocessor/83063 - __VA_OPT__ and ##Jason Merrill1-0/+14
2018-01-31re PR preprocessor/69869 (internal compiler error: Segmentation fault in call...Jakub Jelinek1-0/+8
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek1-1/+6
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-4/+11
2018-01-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen1-0/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+5
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser1-0/+7
2017-12-14invoke.texi: Document -Wcast-function-type.Bernd Edlinger1-0/+4
2017-12-05re PR c++/79228 ('i' suffix for __complex__ extension interferes with C++14 U...Jakub Jelinek1-0/+6
2017-12-01PR c++/79228 - extensions hide C++14 complex literal operatorsJason Merrill1-0/+6
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm1-0/+8
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager1-0/+6
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-0/+6
2017-11-13Implement __VA_OPT__Tom Tromey1-0/+19
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm1-0/+5
2017-11-06re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor1-0/+8
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries1-0/+6
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-0/+16
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers1-0/+6
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell1-0/+5