aboutsummaryrefslogtreecommitdiff
path: root/libcpp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook1-1/+1
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis1-3/+3
2005-03-15Index: gcc/ChangeLogGeoffrey Keating1-0/+1
2005-02-14directives.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-02internal.h: Update references to Cpp lib filenames.Gabriel Dos Reis1-2/+2
2004-09-24warnings.m4: New file.Zack Weinberg1-0/+1
2004-07-232004-07-23 Matthias Klose <doko@debian.org>Matthias Klose1-1/+1
2004-07-04re PR preprocessor/16192 (Bug in expression evaluation when operand is missing)Neil Booth1-0/+2
2004-06-05Makefile.am: Add makedepend.Zack Weinberg1-12/+0
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-0/+631