aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-18Spelling suggestions for misspelled preprocessor directivesDavid Malcolm1-2/+39
2016-06-22libcpp: Tweak to missing #include source locationDavid Malcolm1-1/+1
2016-04-13re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt1-1/+5
2016-03-25re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt1-0/+13
2016-01-28* directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek1-1/+2
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm1-3/+10
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-6/+11
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-2/+4
2015-03-23re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek1-1/+1
2015-01-23re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek1-16/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek1-4/+0
2014-12-11xvasprintf.c: New file.Uros Bizjak1-2/+2
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland1-0/+4
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+14
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez1-7/+24
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez1-0/+5
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-03-06re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+3
2013-01-14Update copyright years in libcpp.Richard Sandiford1-1/+1
2012-10-04Implement #pragma GCC warning/errorFlorian Weimer1-3/+42
2012-08-27PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli1-3/+5
2012-05-29directives.c: Fix typos.Joseph Myers1-1/+1
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli1-29/+1
2012-05-02Properly initialize cpp_context in destringize_and_runDodji Seketeli1-4/+1
2011-10-17Generate virtual locations for tokensTom Tromey1-2/+2
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-7/+9
2011-07-15Use source_location where it is dueDodji Seketeli1-1/+1
2011-06-06re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli1-1/+30
2011-03-21Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner1-2/+12
2011-01-04re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)Eric Botcazou1-4/+5
2010-09-29re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz1-28/+57
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-09-01re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")Jakub Jelinek1-1/+7
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-16/+21
2009-11-20macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet1-0/+4
2009-11-11ChangeLog for libcppKai Tietz1-19/+96
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-2/+4
2009-10-10directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.Neil Vachharajani1-2/+2
2009-09-12dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill1-1/+2
2009-07-18directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn1-2/+2
2009-06-23directives.c (parse_include): Add location argument.Manuel López-Ibáñez1-13/+24
2009-05-13re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez1-0/+8
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-9/+9
2009-04-18directives.c (parse_include): Pass true to check_eol.Joseph Myers1-1/+1
2009-04-18re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers1-2/+2