summaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)Author
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-11-14Support UTF-8 character constants for C2x.Joseph Myers
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek
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-08-29[preprocessor] Include stackingNathan Sidwell
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-07[libcpp] Reimplement mkdeps data structuresNathan 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-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-01-03Update copyright years.Jakub Jelinek
2017-11-13Implement __VA_OPT__Tom Tromey
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-03-16* init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill
2017-01-01Update copyright years.Jakub Jelinek
2016-10-12gcc/Jakub Jelinek
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
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
2016-01-04Update copyright years.Jakub Jelinek
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-11-05Enable -fextended-identifiers by default.Joseph Myers
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez
2014-08-28PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland
2014-05-09files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-11-16ucnid-2011-1.c: New test.Joseph Myers
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland
2013-04-28N3472 binary constantsJakub Jelinek
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini
2013-01-14Update copyright years in libcpp.Richard Sandiford