aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-21re PR target/70296 (Incorrect handling of vector X; if X is function-like macro)Jakub Jelinek1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-19re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when ...Jakub Jelinek1-0/+3
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+2
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-2/+2
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-0/+5
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-1/+1
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill1-1/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-0/+1
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+3
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers1-1/+13
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-0/+3
2014-09-09invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez1-2/+2
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-1/+3
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-1/+1
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek1-1/+1
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-1/+1
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-0/+3
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener1-16/+2
2014-05-20config.gcc: Remove need_64bit_hwint.Richard Biener1-1/+18
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-0/+4
2013-11-05c.opt (-Wdate-time): New optionTobias Burnus1-1/+5
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-0/+3
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