aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)Author
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers
2019-10-31 PR preprocessor/92296Jakub 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-02PR preprocessor/90581Qing Zhao
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell
2019-01-01 Update 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-17Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers
2018-08-20[CPP PATCH] node typeNathan Sidwell
2018-01-03 Update copyright years.Jakub Jelinek
2017-11-13Implement __VA_OPT__Tom Tromey
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers
2017-09-15 Add support for -std=c++2a.Andrew Sutton
2017-09-15 * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentJakub Jelinek
2017-03-16 * init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-11gcc/Jakub Jelinek
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm
2016-06-01gcc/c-family/ChangeLog:Eduard Sanou
2016-04-28gcc/c-family/ChangeLog:Eduard Sanou
2016-03-15 * libcpp/expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppJeff Law
2015-06-30libcpp:Edward Smith-Rowland
2015-05-09libcpp/Jason Merrill
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-19 PR preprocessor/63831Jakub Jelinek
2014-11-05Enable -fextended-identifiers by default.Joseph Myers
2014-10-22gcc/Alan Modra
2014-09-17 PR c/61854Marek Polacek
2014-09-04gcc/ChangeLog:Manuel López-Ibáñez
2014-08-29libcpp/ChangeLog:Manuel López-Ibáñez
2014-08-28libcpp/Edward Smith-Rowland
2014-08-23libcpp/Edward Smith-Rowland
2014-05-092014-05-09 Joey Ye <joey.ye@arm.com>Joey Ye
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-11-16gcc/testsuite:Joseph Myers
2013-11-052013-11-05 Tobias Burnus <burnus@net-b.de>Tobias Burnus
2013-10-31libcpp:Edward Smith-Rowland
2013-04-28 N3472 binary constantsJakub Jelinek
2013-04-24/libcppPaolo Carlini
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-11-16 * include/cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNUEd Smith-Rowland
2012-10-23gcc:Joseph Myers