aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek1-1/+1
2013-04-28N3472 binary constantsJakub Jelinek1-1/+4
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini1-1/+2
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/+3
2012-11-10Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland1-2/+8
2012-10-23gcc:Joseph Myers1-1/+2
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-1/+1
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild1-1/+6
2011-12-20gcc:Joseph Myers1-2/+2
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill1-1/+1
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-2/+40
2011-10-17Support -fdebug-cpp optionTom Tromey1-0/+4
2011-10-17Generate virtual locations for tokensTom Tromey1-0/+8
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-0/+4
2011-08-18* include/cpplib.h (struct cpp_options): Fix typo.Joseph Myers1-1/+1
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers1-1/+5
2011-07-15Use source_location where it is dueDodji Seketeli1-7/+7
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-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-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 Quinn1-8/+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-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 Glek1-8/+4
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 Myers1-1/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
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 Myers1-40/+13
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-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-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 Hees1-2/+9
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-0/+9