aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor3-48/+48
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+4
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-0/+3
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska1-2/+2
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell1-7/+1
2019-05-06[libcpp] struct deps renamingNathan Sidwell2-12/+12
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm1-2/+5
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm2-138/+140
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-1/+1
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell1-9/+21
2018-10-31[3/7] Preprocessor macro locNathan Sidwell1-1/+4
2018-10-31[2/7] Preprocessor node accessNathan Sidwell1-3/+3
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-1/+2
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell1-1/+1
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-73/+85
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm1-2/+4
2018-08-30[libcpp] fix some line map commentsNathan Sidwell1-14/+7
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-12/+48
2018-08-20[CPP PATCH] node field bitsNathan Sidwell1-3/+5
2018-08-20[CPP PATCH] node typeNathan Sidwell1-46/+25
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell1-2/+5
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell1-19/+0
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell2-18/+18
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell1-5/+9
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-12/+22
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell2-56/+51
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-1/+15
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-8/+70
2018-08-08[PATCH] line-map include-from representationNathan Sidwell1-50/+11
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm1-2/+1
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell1-20/+52
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm1-0/+12
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek1-1/+1
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+4
2018-01-03Update copyright years.Jakub Jelinek5-5/+5
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm1-0/+5
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm1-0/+1
2017-11-13Implement __VA_OPT__Tom Tromey1-0/+3
2017-11-13libcpp: move line typedef and column-numbering comment to top of fileDavid Malcolm1-23/+23
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-3/+3
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers1-2/+2
2017-09-15Add support for -std=c++2a.Andrew Sutton1-1/+2
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm1-1/+11
2017-06-20Prevent fix-it hints from affecting more than one lineDavid Malcolm1-0/+2
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm1-0/+22
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm1-0/+9
2017-05-02Support fix-it hints that add new linesDavid Malcolm1-2/+14
2017-05-01Eliminate fixit_hint class hierarchyDavid Malcolm1-62/+28