aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-10common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.Joseph Myers1-3/+0
2010-04-25c-common.c (flag_isoc1x): New.Joseph Myers1-0/+5
2010-02-11init.c (read_original_filename): Don't call read_original_directory if _cpp_h...Jakub Jelinek1-3/+3
2009-11-11ChangeLog for libcppKai Tietz1-0/+15
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor1-4/+11
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-1/+1
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-0/+18
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-8/+5
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell1-0/+9
2008-09-18cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...Simon Baldwin1-20/+34
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-11/+13
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+9
2007-07-30directives-only.c: New file.Ollie Wild1-9/+18
2007-05-24macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild1-0/+1
2006-11-01cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X for experimental C++0x...Douglas Gregor1-12/+14
2006-02-18cpp.texi (__TIMESTAMP__): Document.Grigory Zagorodnev1-0/+1
2006-01-23re PR preprocessor/25717 (-dD does not list all defined macros (in particular...Jakub Jelinek1-1/+7
2005-11-09re PR c/24101 (Segfault with preprocessed source)Uros Bizjak1-0/+2
2005-10-21Fix bug with -MM -MG.James E Wilson1-1/+1
2005-09-20c.opt (fextended-identifiers): New.Joseph Myers1-16/+22