summaryrefslogtreecommitdiff
path: root/libcpp/init.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* [PATCH 2/9] ENABLE_CHECKING refactoring: libcppMikhail Maltsev2015-10-211-1/+1
* Implement N4197 - Adding u8 character literalsEdward Smith-Rowland2015-06-301-17/+19
* lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill2015-05-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek2014-12-191-0/+6
* Enable -fextended-identifiers by default.Joseph Myers2014-11-051-16/+12
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-221-3/+1
* re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek2014-09-171-21/+17
* options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez2014-09-041-0/+1
* macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez2014-08-291-2/+1
* PR cpp/23827 - standard C++ should not have hex float preprocessorEdward Smith-Rowland2014-08-281-1/+1
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland2014-08-231-21/+29
* files.c (find_file_in_dir): Always try to shorten for DOS non-system headers.Joey Ye2014-05-091-0/+4
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* ucnid-2011-1.c: New test.Joseph Myers2013-11-161-15/+17
* c.opt (-Wdate-time): New optionTobias Burnus2013-11-051-0/+1
* Implement C++14 digit separators.Edward Smith-Rowland2013-10-311-15/+17
* N3472 binary constantsJakub Jelinek2013-04-281-15/+17
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini2013-04-241-6/+11
* Update copyright years in libcpp.Richard Sandiford2013-01-141-3/+1
* cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin2012-11-161-0/+6
* Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland2012-11-101-0/+1
* gcc:Joseph Myers2012-10-231-2/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* Switch -ftrack-macro-expansion=2 on by default.Dodji Seketeli2012-04-301-0/+6
* Add new option, -Wliteral-suffix.Ollie Wild2012-04-271-0/+1
* gcc:Joseph Myers2011-12-201-5/+5
* re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek2011-12-071-0/+2
* re PR libstdc++/1773 (__cplusplus defined to 1, should be 199711L)Jason Merrill2011-10-311-1/+7
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-311-4/+4
* Implement C++11 user-defined literals.Ed Smith-Rowland2011-10-261-13/+15
* Generate virtual locations for tokensTom Tromey2011-10-171-1/+2
* Linemap infrastructure for virtual locationsTom Tromey2011-10-171-1/+3
* Add ability to force lexed tokens' source_locations.Gabriel Charette2011-08-221-0/+3
* Properly define __cplusplus (PR libstdc++-v3/1773)Rainer Orth2011-08-181-1/+1
* c1x-uni-string-1.c, [...]: New tests.Joseph Myers2011-08-181-14/+23
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* files.c (file_hash_eq): Use filename_cmp instead of strcmp.Kai Tietz2011-03-251-2/+3
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-3/+3
* * init.c: Fix type name in comment.Ian Lance Taylor2010-09-151-1/+1
* common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.Joseph Myers2010-06-101-3/+0
* c-common.c (flag_isoc1x): New.Joseph Myers2010-04-251-0/+5