summaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
AgeCommit message (Expand)Author
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
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-01Update copyright years.Jakub Jelinek
2019-12-18Drop unused member from cpp_string_location_reader (PR preprocessor/92982)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-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-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao
2019-05-06[libcpp] struct deps renamingNathan Sidwell
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[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-09Cleanup of libcpp diagnostic callbacksDavid 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] #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-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-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm
2017-11-13Implement __VA_OPT__Tom Tromey
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers
2017-09-15Add support for -std=c++2a.Andrew Sutton
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23system.h (HAVE_DESIGNATED_INITIALIZERS, [...]): Do not use "defined" in macros.Paolo Bonzini
2016-10-12gcc/Jakub Jelinek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-08-01* include/cpplib.h: Fix comment typo.Andreas Schwab
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou