aboutsummaryrefslogtreecommitdiff
path: root/libcpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-04[preprocessor/91991] column location overflowNathan Sidwell2-2/+12
2019-10-02internal.h (enum include_type): Remove trailing comma.Richard Biener2-1/+5
2019-10-02Handle :: tokens in C for C2x.Joseph Myers4-24/+37
2019-09-26charset.c (UCS_LIMIT): New macro.Eric Botcazou2-1/+21
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt4-20/+136
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell2-3/+19
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell6-22/+39
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand3-8/+13
2019-08-29[preprocessor] Include stackingNathan Sidwell4-155/+165
2019-08-28[Preprocessor] small cleanupsNathan Sidwell5-16/+36
2019-08-09* zh_TW.po: Update.Joseph Myers2-28/+22
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor10-117/+117
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor3-3/+11
2019-07-03Remove another bunch of dead assignment.Martin Liska3-3/+8
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao5-6/+21
2019-06-26[PR preprocessor/90927] Fixe dependency outputNathan Sidwell2-3/+21
2019-05-19[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski2-1/+11
2019-05-14Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska2-2/+13
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska3-30/+50
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell3-5/+10
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell4-252/+281
2019-05-06[libcpp] struct deps renamingNathan Sidwell6-27/+35
2019-04-03Fix typo in commentJonathan Wakely2-1/+5
2019-03-08* sv.po: Update.Joseph Myers2-26/+13
2019-02-26Improve memory statistics report readability.Martin Liska2-11/+18
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm2-2/+11
2019-02-18Use 1UL constant in order to not overflow (PR c++/89383).Martin Liska2-1/+8
2019-02-14* da.po: Update.Joseph Myers2-11/+13
2019-02-12linemap_line_start: protect against location_t overflow (PR lto/88147)David Malcolm2-0/+11
2019-02-06* eo.po: Update.Joseph Myers2-12/+14
2019-02-06* ru.po: Update.Joseph Myers2-10/+12
2019-02-05Update .po files.Joseph Myers22-3491/+3798
2019-02-01Regenerate .pot files.Joseph Myers2-153/+157
2019-01-26re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek4-3/+10
2019-01-01Update copyright years.Jakub Jelinek26-27/+31
2018-11-27PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick2-140/+191
2018-11-27PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick2-9/+30
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm17-450/+472
2018-11-07iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer2-1/+5
2018-11-05Do not use %zu format in libcpp.Martin Liska2-1/+5
2018-11-05Fix printf call in symtab.c.Martin Liska2-2/+8
2018-11-05Fix string pool statistics.Martin Liska2-4/+15
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers5-490/+581
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell5-11/+18
2018-10-31[5/6] Preprocessor includeNathan Sidwell2-14/+13
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell3-10/+29
2018-10-31[3/7] Preprocessor macro locNathan Sidwell3-16/+14
2018-10-31[2/7] Preprocessor node accessNathan Sidwell2-3/+6
2018-10-31[1/7] Preprocessor cleanupNathan Sidwell3-28/+29
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers3-1/+13