summaryrefslogtreecommitdiff
path: root/libcpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [1/7] Preprocessor cleanupNathan Sidwell2018-10-313-28/+29
* Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers2018-10-183-1/+13
* libcpp: show macro definition when used with wrong argument countDavid Malcolm2018-10-112-0/+9
* [PATCH] A couple of line map fixesNathan Sidwell2018-10-113-14/+15
* Cleanup of libcpp diagnostic callbacksDavid Malcolm2018-10-096-123/+191
* Add range_idx param to range_label::get_textDavid Malcolm2018-09-172-2/+9
* [libcpp] fix some line map commentsNathan Sidwell2018-08-302-14/+13
* Replace 8 spaces with a tabular in ChangeLog files.Martin Liska2018-08-271-4/+4
* Less verbose fix-it hints for missing header files (PR 87091)David Malcolm2018-08-273-19/+72
* Set start_location to 0 if we ran out of line map spaceH.J. Lu2018-08-242-0/+15
* [CPP PATCH] node field bitsNathan Sidwell2018-08-202-3/+8
* [CPP PATCH] node typeNathan Sidwell2018-08-207-152/+139
* [CPP PATCH] Fix warning & other cleanups.Nathan Sidwell2018-08-204-14/+14
* [PATCH] Kill cpp-id-data.hNathan Sidwell2018-08-204-23/+7
* [PATCH] #assert becomes macro-likeNathan Sidwell2018-08-206-121/+120
* [PATCH] Adjust lazy macro definitionNathan Sidwell2018-08-174-51/+60
* [PATCH] Macro body is trailing arrayNathan Sidwell2018-08-176-161/+221
* [PATCH] Move cpp_macro to cpplib.hNathan Sidwell2018-08-174-56/+64
* [PATCH] Macro definition parameter parsingNathan Sidwell2018-08-164-139/+177
* [PATCH] CPP Macro predicatesNathan Sidwell2018-08-1610-90/+107
* diagnostics: add labeling of source rangesDavid Malcolm2018-08-153-11/+90
* [PATCH] line-map include-from representationNathan Sidwell2018-08-084-74/+64
* [PATCH] Line map table allocationNathan Sidwell2018-08-072-60/+45
* Regenerate .pot files.Joseph Myers2018-07-252-26/+30
* libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm2018-07-203-4/+9
* re PR c/69558 (glib2 warning pragmas stopped working)Bernd Edlinger2018-07-182-18/+21
* lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek2018-07-172-13/+22
* Reorg line_map data structures for better packing.Nathan Sidwell2018-07-033-84/+123
* * fr.po: Update.Joseph Myers2018-06-112-135/+121
* * eo.po: Update.Joseph Myers2018-06-072-19/+17
* * system.h: #include <new> earlier.Jason Merrill2018-05-232-4/+8
* line-map.c (linemap_init): Use placement new.Jason Merrill2018-05-173-1/+10
* Regenerate .pot files.Joseph Myers2018-04-232-61/+65
* * es.po: Update.Joseph Myers2018-03-272-109/+78
* Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm2018-03-142-0/+16
* * da.po: Update.Joseph Myers2018-03-032-14/+12
* PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely2018-02-282-8/+26