summaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)Author
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
2012-11-16cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland
2012-10-23gcc:Joseph Myers
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-04-30Switch -ftrack-macro-expansion=2 on by default.Dodji Seketeli
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild
2011-12-20gcc:Joseph Myers
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek
2011-10-31re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)Jason Merrill
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland
2011-10-17Generate virtual locations for tokensTom Tromey
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette
2011-08-18Properly define __cplusplus (PR libstdc++-v3/1773)Rainer Orth
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers
2011-04-20remove useless if-before-free testsJim Meyering
2011-03-25files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-09-15* init.c: Fix type name in comment.Ian Lance Taylor