summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* [linemap PATCH] Constify lookupNathan Sidwell2019-10-153-46/+32
* Support decimal floating-point constants in C2x.Joseph Myers2019-10-114-28/+60
* [preprocessor/91991] column location overflowNathan Sidwell2019-10-042-2/+12
* internal.h (enum include_type): Remove trailing comma.Richard Biener2019-10-022-1/+5
* Handle :: tokens in C for C2x.Joseph Myers2019-10-024-24/+37
* charset.c (UCS_LIMIT): New macro.Eric Botcazou2019-09-262-1/+21
* Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt2019-09-194-20/+136
* [preprocessor] Popping "" file namesNathan Sidwell2019-09-062-3/+19
* [preprocessor/91639] #includes at EOFNathan Sidwell2019-09-056-22/+39
* Remove Cell Broadband Engine SPU targetsUlrich Weigand2019-09-033-8/+13
* [preprocessor] Include stackingNathan Sidwell2019-08-294-155/+165
* [Preprocessor] small cleanupsNathan Sidwell2019-08-285-16/+36
* * zh_TW.po: Update.Joseph Myers2019-08-092-28/+22
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-0910-117/+117
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-093-3/+11
* Remove another bunch of dead assignment.Martin Liska2019-07-033-3/+8
* re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao2019-07-025-6/+21
* [PR preprocessor/90927] Fixe dependency outputNathan Sidwell2019-06-262-3/+21
* [PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski2019-05-192-1/+11
* Fix min_location usage in line-map.c (PR preprocessor/90382).Martin Liska2019-05-142-2/+13
* Do a refactoring in linemap (PR preprocessor/90382).Martin Liska2019-05-143-30/+50
* [libcpp] Reimplement mkdeps data structuresNathan Sidwell2019-05-073-5/+10
* [libcpp] Reimplement mkdeps data structuresNathan Sidwell2019-05-074-252/+281
* [libcpp] struct deps renamingNathan Sidwell2019-05-066-27/+35
* Fix typo in commentJonathan Wakely2019-04-032-1/+5
* * sv.po: Update.Joseph Myers2019-03-082-26/+13
* Improve memory statistics report readability.Martin Liska2019-02-262-11/+18
* Fix ICE with #line directive (PR c/89410)David Malcolm2019-02-202-2/+11
* Use 1UL constant in order to not overflow (PR c++/89383).Martin Liska2019-02-182-1/+8
* * da.po: Update.Joseph Myers2019-02-142-11/+13
* linemap_line_start: protect against location_t overflow (PR lto/88147)David Malcolm2019-02-122-0/+11
* * eo.po: Update.Joseph Myers2019-02-062-12/+14
* * ru.po: Update.Joseph Myers2019-02-062-10/+12
* Update .po files.Joseph Myers2019-02-0522-3491/+3798
* Regenerate .pot files.Joseph Myers2019-02-012-153/+157
* re PR preprocessor/88974 (ICE: Segmentation fault (in linemap_resolve_location))Jakub Jelinek2019-01-264-3/+10
* Update copyright years.Jakub Jelinek2019-01-0126-27/+31
* PR preprocessor/83173: Enhance -fdump-internal-locations outputMike Gulick2018-11-272-140/+191
* PR preprocessor/83173: Additional check before decrementing highest_locationMike Gulick2018-11-272-9/+30
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-1317-450/+472
* iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer2018-11-072-1/+5
* Do not use %zu format in libcpp.Martin Liska2018-11-052-1/+5
* Fix printf call in symtab.c.Martin Liska2018-11-052-2/+8
* Fix string pool statistics.Martin Liska2018-11-052-4/+15
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-315-490/+581
* [6/6] Preprocessor forced macro locationNathan Sidwell2018-10-315-11/+18
* [5/6] Preprocessor includeNathan Sidwell2018-10-312-14/+13
* [4/7] Preprocessor location-kind predicatesNathan Sidwell2018-10-313-10/+29
* [3/7] Preprocessor macro locNathan Sidwell2018-10-313-16/+14
* [2/7] Preprocessor node accessNathan Sidwell2018-10-312-3/+6