aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-0/+6
2019-07-03Remove another bunch of dead assignment.Martin Liska1-0/+6
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-0/+10
2019-06-26[PR preprocessor/90927] Fixe dependency outputNathan Sidwell1-0/+6
2019-05-19[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski1-0/+6
2019-05-14Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska1-0/+6
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska1-0/+28
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell1-0/+3
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell1-0/+20
2019-05-06[libcpp] struct deps renamingNathan Sidwell1-0/+8
2019-04-03Fix typo in commentJonathan Wakely1-0/+4
2019-02-26Improve memory statistics report readability.Martin Liska1-0/+5
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm1-0/+6
2019-02-18Use 1UL constant in order to not overflow (PR c++/89383).Martin Liska1-0/+6
2019-02-12linemap_line_start: protect against location_t overflow (PR lto/88147)David Malcolm1-0/+7
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek1-0/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+5
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick1-0/+6
2018-11-27PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick1-0/+7
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-0/+20
2018-11-07iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer1-0/+4
2018-11-05Do not use %zu format in libcpp.Martin Liska1-0/+4
2018-11-05Fix printf call in symtab.c.Martin Liska1-0/+5
2018-11-05Fix string pool statistics.Martin Liska1-0/+5
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-0/+6
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-0/+7
2018-10-31[5/6] Preprocessor includeNathan Sidwell1-0/+3
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell1-0/+7
2018-10-31[3/7] Preprocessor macro locNathan Sidwell1-0/+5
2018-10-31[2/7] Preprocessor node accessNathan Sidwell1-0/+3
2018-10-31[1/7] Preprocessor cleanupNathan Sidwell1-0/+6
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-0/+6
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