aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-04-30Switch -ftrack-macro-expansion=2 on by default.Dodji Seketeli1-0/+6
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild1-0/+1
2011-12-20gcc:Joseph Myers1-5/+5
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek1-0/+2
2011-10-31re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)Jason Merrill1-1/+7
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill1-4/+4
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-13/+15
2011-10-17Generate virtual locations for tokensTom Tromey1-1/+2
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-1/+3
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-0/+3
2011-08-18Properly define __cplusplus (PR libstdc++-v3/1773)Rainer Orth1-1/+1
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers1-14/+23
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-03-25files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz1-2/+3
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+3
2010-09-15* init.c: Fix type name in comment.Ian Lance Taylor1-1/+1