aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers1-2/+2
2019-10-31re PR preprocessor/92296 (internal compiler error: Segmentation fault #pragm...Jakub Jelinek1-0/+19
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-1/+3
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers1-23/+26
2019-10-02Handle :: tokens in C for C2x.Joseph Myers1-23/+25
2019-08-29[preprocessor] Include stackingNathan Sidwell1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-07-02re PR preprocessor/90581 (provide an option to adjust the maximum depth of ne...Qing Zhao1-0/+1
2019-05-07[libcpp] Reimplement mkdeps data structuresNathan Sidwell1-8/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-1/+1
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers1-0/+5
2018-08-20[CPP PATCH] node typeNathan Sidwell1-2/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13Implement __VA_OPT__Tom Tromey1-21/+23
2017-10-30Add -std=c17, -std=gnu17.Joseph Myers1-0/+5
2017-09-15Add support for -std=c++2a.Andrew Sutton1-1/+6
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-4/+4
2017-03-16* init.c (cpp_init_builtins): Update __cplusplus for C++17.Jason Merrill1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-12gcc/Jakub Jelinek1-0/+1
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-2/+5
2016-06-01c-common.c (get_source_date_epoch): Rename to cb_get_source_date_epoch.Eduard Sanou1-7/+3
2016-04-28c-common.c (get_source_date_epoch): New function...Eduard Sanou1-1/+8
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-21[PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev1-1/+1
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-17/+19
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-0/+6
2014-11-05Enable -fextended-identifiers by default.Joseph Myers1-16/+12
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra1-3/+1
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek1-21/+17
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-0/+1
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez1-2/+1
2014-08-28PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland1-1/+1
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-21/+29
2014-05-09files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye1-0/+4
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-15/+17
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus1-0/+1
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-15/+17
2013-04-28N3472 binary constantsJakub Jelinek1-15/+17
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini1-6/+11
2013-01-14Update copyright years in libcpp.Richard Sandiford1-3/+1
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin1-0/+6
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland1-0/+1
2012-10-23gcc:Joseph Myers1-2/+2