aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek2-2/+2
2010-10-19line-map.h (source_location): Remove obsolete comment mentioning location_s.Basile Starynkevitch1-2/+0
2010-09-29re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz1-3/+0
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-4/+4
2010-06-11cpplib.h (struct cpp_callbacks): Add user_builtin_macro callback.Jakub Jelinek1-2/+7
2010-06-10common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.Joseph Myers1-4/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-0/+1
2010-04-25c-common.c (flag_isoc1x): New.Joseph Myers1-1/+2
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-19/+61
2009-11-20macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet1-0/+3
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-2/+3
2009-10-14re PR preprocessor/41543 (BUILTINS_LOCATION wrong with -fpreprocessed)Jakub Jelinek1-0/+5
2009-09-18re PR preprocessor/28435 (-MMD vs not found system header (included from a sy...Chris Demetriou1-0/+4
2009-07-27cpplib.h (INO_T_CPP): New macro.Douglas B Rupp1-1/+7
2009-07-18directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn5-40/+0
2009-06-17* include/cpplib.h (progname): Don't declare.Ian Lance Taylor1-3/+0
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor1-3/+8
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez1-0/+2
2009-06-01cpp-id-data.h: Add extern "C".Ian Lance Taylor4-0/+34
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-2/+2
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-7/+23
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek4-18/+9
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-1/+1
2009-04-19re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...Joseph Myers2-1/+10
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers1-2/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-18/+19
2009-04-01re PR target/39027 (double floating point suffix of 'd' and 'D' not accepted)Janis Johnson1-0/+1
2009-03-31re PR preprocessor/15638 (gcc should have option to treat missing headers as ...Joseph Myers1-0/+2
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2-47/+14
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-8/+8
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell1-0/+30
2008-09-18cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...Simon Baldwin1-0/+4
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-7/+10
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-2/+8
2008-05-30cpplib.h (struct cpp_dir): Add new field, canonical_name.Danny Smith1-0/+4
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey1-0/+2
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey1-2/+6
2008-05-13re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey1-3/+4
2008-04-22cpplib.h (cpp_define_formatted): New.Daniel Franke1-5/+7
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2-3/+10
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-0/+9
2008-02-20traditional.c (lex_identifier): Use CPP_HASHNODE.Tom Tromey1-2/+2
2007-12-06re PR c/29172 (--combine can't handle #pragma once)Tom Tromey1-0/+1
2007-11-12re PR c++/17577 (#pragma implementation no longer diagnoses use after file to...Tom Tromey1-0/+1
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey3-6/+25
2007-08-30expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, ...Chao-ying Fu1-3/+7
2007-07-30directives-only.c: New file.Ollie Wild1-0/+7
2007-07-03cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants.Uros Bizjak1-0/+4
2007-06-05re PR preprocessor/23479 (Implement binary constants with a "0b" prefix)Joerg Wunsch1-0/+1
2007-05-24macro.c (_cpp_builtin_macro_text): Handle BT_COUNTER.Ollie Wild1-1/+2