summaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)Author
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek
2021-11-30libcpp: Enable P1949R7 for C++11 and up as it was a DR [PR100977]Jakub Jelinek
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek
2021-10-06libcpp: Implement C++23 P2334R1 - #elifdef/#elifndefJakub Jelinek
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek
2021-05-20c: Add support for __FILE_NAME__ macro (PR c/42579)Christophe Lyon
2021-05-11preprocessor: Support C2X #elifdef, #elifndefJoseph Myers
2021-05-11preprocessor: Enable digit separators for C2XJoseph Myers
2021-02-24c++: modules & -fpreprocessed [PR 99072]Nathan Sidwell
2021-02-03c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.Ed Smith-Rowland
2021-01-26c++: Add support for -std=c++23Paul Fee
2021-01-04Update copyright years.Jakub Jelinek
2020-12-10c++: Update value of __cplusplus for C++20.Jason Merrill
2020-11-19preprocessor: main file searchingNathan Sidwell
2020-11-18preprocessor: C++ module-directivesNathan Sidwell
2020-11-13c: C2x binary constantsJoseph Myers
2020-11-12c: C2x __has_c_attributeJoseph Myers
2020-11-06libcpp: Provide date routineNathan Sidwell
2020-11-03libcpp: unbreak bootstrapNathan Sidwell
2020-11-03libcpp: dependency emission tidyingNathan Sidwell
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell
2020-10-08libcpp: Directly peek for initial line markerNathan Sidwell
2020-07-29preprocessor: Teach traditional about has_include [PR95889]Tiziano Müller
2020-07-28preprocessor: Simplify read_mainNathan Sidwell
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt
2020-07-07preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell
2020-05-20preprocessor: Replace some flags with a single enumNathan Sidwell
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill
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