summaryrefslogtreecommitdiff
path: root/libcpp/init.c
Commit message (Expand)AuthorAgeFilesLines
* c++: modules & -fpreprocessed [PR 99072]Nathan Sidwell2021-02-241-0/+17
* c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t and size_t.Ed Smith-Rowland2021-02-031-25/+27
* c++: Add support for -std=c++23Paul Fee2021-01-261-1/+8
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* c++: Update value of __cplusplus for C++20.Jason Merrill2020-12-101-1/+1
* preprocessor: main file searchingNathan Sidwell2020-11-191-3/+18
* preprocessor: C++ module-directivesNathan Sidwell2020-11-181-0/+23
* c: C2x binary constantsJoseph Myers2020-11-131-2/+2
* c: C2x __has_c_attributeJoseph Myers2020-11-121-0/+2
* libcpp: Provide date routineNathan Sidwell2020-11-061-2/+3
* libcpp: unbreak bootstrapNathan Sidwell2020-11-031-1/+1
* libcpp: dependency emission tidyingNathan Sidwell2020-11-031-11/+5
* preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell2020-10-191-2/+4
* libcpp: Directly peek for initial line markerNathan Sidwell2020-10-081-61/+81
* preprocessor: Teach traditional about has_include [PR95889]Tiziano Müller2020-07-291-0/+3
* preprocessor: Simplify read_mainNathan Sidwell2020-07-281-6/+3
* diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2020-07-141-1/+0
* preprocessor: Better line info for <builtin> & <command-line>Nathan Sidwell2020-07-071-7/+8
* preprocessor: Replace some flags with a single enumNathan Sidwell2020-05-201-4/+1
* c++: Replace "C++2a" with "C++20".Jason Merrill2020-05-131-4/+4
* preprocessor: Make __has_include a builtin macro [PR93452]Nathan Sidwell2020-01-281-11/+2
* [PR 80005] Fix __has_includeNathan Sidwell2020-01-201-1/+13
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Support UTF-8 character constants for C2x.Joseph Myers2019-11-141-2/+2
* re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek2019-10-311-0/+19
* PR c/66970 - Add __has_builtin() macroMartin Sebor2019-10-281-1/+3
* Support decimal floating-point constants in C2x.Joseph Myers2019-10-111-23/+26
* Handle :: tokens in C for C2x.Joseph Myers2019-10-021-23/+25
* [preprocessor] Include stackingNathan Sidwell2019-08-291-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-2/+2
* re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao2019-07-021-0/+1
* [libcpp] Reimplement mkdeps data structuresNathan Sidwell2019-05-071-8/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-1/+1
* [6/6] Preprocessor forced macro locationNathan Sidwell2018-10-311-1/+1
* Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers2018-10-181-0/+5
* [CPP PATCH] node typeNathan Sidwell2018-08-201-2/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Implement __VA_OPT__Tom Tromey2017-11-131-21/+23
* Add -std=c17, -std=gnu17.Joseph Myers2017-10-301-0/+5
* Add support for -std=c++2a.Andrew Sutton2017-09-151-1/+6
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-4/+4
* * init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill2017-03-161-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* gcc/Jakub Jelinek2016-10-121-0/+1
* libcpp: Tweak to missing #include source locationDavid Malcolm2016-06-221-2/+5
* c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou2016-06-011-7/+3
* c-common.c (get_source_date_epoch): New function...Eduard Sanou2016-04-281-1/+8
* expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill2016-03-151-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1