aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)Author
2016-04-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt
2016-01-28* directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-05-12Implement -Wmisleading-indentationDavid Malcolm
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek
2015-01-23re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek
2014-12-11xvasprintf.c: New file.Uros Bizjak
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-01-14Update copyright years in libcpp.Richard Sandiford
2012-10-04Implement #pragma GCC warning/errorFlorian Weimer
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli
2012-05-29directives.c: Fix typos.Joseph Myers
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli
2012-05-02Properly initialize cpp_context in destringize_and_runDodji Seketeli
2011-10-17Generate virtual locations for tokensTom Tromey
2011-10-17Linemap infrastructure for virtual locationsTom Tromey
2011-07-15Use source_location where it is dueDodji Seketeli
2011-06-06re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli
2011-03-21Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner
2011-01-04re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)Eric Botcazou
2010-09-29re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-09-01re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")Jakub Jelinek
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin
2009-11-20macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet
2009-11-11ChangeLog for libcppKai Tietz
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek
2009-10-10directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.Neil Vachharajani
2009-09-12dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill
2009-07-18directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn
2009-06-23directives.c (parse_include): Add location argument.Manuel López-Ibáñez
2009-05-13re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers
2009-04-18directives.c (parse_include): Pass true to check_eol.Joseph Myers
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers
2009-04-18re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers
2008-07-22re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez