summaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)Author
2020-02-05Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end ...Martin Sebor
2020-01-28preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)David Malcolm
2019-12-10Replace label_text ctor with "borrow" and "take"David Malcolm
2019-12-09Byte vs column awareness for diagnostic-show-locus.c (PR 49973)Lewis Hyatt
2019-11-05Implement C++20 operator<=>.Jason Merrill
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-10-15[linemap PATCH] Constify lookupNathan Sidwell
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers
2019-10-02Handle :: tokens in C for C2x.Joseph Myers
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao
2019-05-14Do a refactoring in linemap (PR preprocessor/90382).Martin Liska
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell
2019-05-06[libcpp] struct deps renamingNathan Sidwell
2019-02-20Fix ICE with #line directive (PR c/89410)David Malcolm
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell
2018-10-31[4/7] Preprocessor location-kind predicatesNathan Sidwell
2018-10-31[3/7] Preprocessor macro locNathan Sidwell
2018-10-31[2/7] Preprocessor node accessNathan Sidwell
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers
2018-10-11[PATCH] A couple of line map fixesNathan Sidwell
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm
2018-08-30[libcpp] fix some line map commentsNathan Sidwell
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm
2018-08-20[CPP PATCH] node field bitsNathan Sidwell
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-08-20[CPP PATCH] Fix warning & other cleanups.Nathan Sidwell
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm
2018-08-08[PATCH] line-map include-from representationNathan Sidwell
2018-07-20libcpp: remove redundant parameter from rich_location::set_rangeDavid Malcolm
2018-07-03Reorg line_map data structures for better packing.Nathan Sidwell
2018-03-14Fix ICE for missing header fix-it hints with overlarge #line directives (PR c...David Malcolm
2018-01-27c-cppbuiltin.c (c_cpp_builtins): Use ggc_strdup for the fp_suffix argument.Jakub Jelinek
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov
2018-01-03Update copyright years.Jakub Jelinek
2017-11-28Reject fix-it hints for various awkward boundary cases (PR c/82050)David Malcolm