summaryrefslogtreecommitdiff
path: root/libcpp/directives.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm2017-10-311-4/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Spelling suggestions for misspelled preprocessor directivesDavid Malcolm2016-08-181-2/+39
* libcpp: Tweak to missing #include source locationDavid Malcolm2016-06-221-1/+1
* re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt2016-04-131-1/+5
* re PR preprocessor/69650 (ICE in linemap_line_start, at libcpp/line-map.c:803)Bernd Schmidt2016-03-251-0/+13
* * directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek2016-01-281-1/+2
* libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm2016-01-271-3/+10
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Replace line_map union with C++ class hierarchyDavid Malcolm2015-05-191-6/+11
* Implement -Wmisleading-indentationDavid Malcolm2015-05-121-2/+4
* re PR preprocessor/65238 (__has_attribute is not handled properly with -tradi...Jakub Jelinek2015-03-231-1/+1
* re PR preprocessor/60570 (expression in 'elif' directive mis-diagnosed as err...Marek Polacek2015-01-231-16/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR preprocessor/63831 (r217292 causes segfaults with -MM)Jakub Jelinek2014-12-191-4/+0
* xvasprintf.c: New file.Uros Bizjak2014-12-111-2/+2
* cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland2014-11-101-0/+4
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-011-0/+14
* directives.c (check_eol_1): New.Manuel López-Ibáñez2014-08-291-7/+24
* macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez2014-08-291-0/+5
* Update copyright years in libcpp/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-061-1/+3
* Update copyright years in libcpp.Richard Sandiford2013-01-141-1/+1
* Implement #pragma GCC warning/errorFlorian Weimer2012-10-041-3/+42
* PR preprocessor/53469 - argument tokens of _Pragma miss virtual locationDodji Seketeli2012-08-271-3/+5
* directives.c: Fix typos.Joseph Myers2012-05-291-1/+1
* PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli2012-05-291-29/+1
* Properly initialize cpp_context in destringize_and_runDodji Seketeli2012-05-021-4/+1
* Generate virtual locations for tokensTom Tromey2011-10-171-2/+2
* Linemap infrastructure for virtual locationsTom Tromey2011-10-171-7/+9
* Use source_location where it is dueDodji Seketeli2011-07-151-1/+1
* re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli2011-06-061-1/+30
* Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner2011-03-211-2/+12
* re PR preprocessor/39213 (Preprocessor ICE with -m64 and --traditional-cpp)Eric Botcazou2011-01-041-4/+5
* re PR preprocessor/45362 (Dangling reference about saved cpp_macro for push/p...Kai Tietz2010-09-291-28/+57
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-2/+2
* re PR preprocessor/45457 (ICE: invalid built-in macro "__DBL_DENORM_MIN__")Jakub Jelinek2010-09-011-1/+7
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-16/+21
* macro.c (enter_macro_context): Call cb.used callback if defined.Arnaud Charlet2009-11-201-0/+4
* ChangeLog for libcppKai Tietz2009-11-111-19/+96
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-2/+4
* directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs.Neil Vachharajani2009-10-101-2/+2
* dbgcnt.c (dbg_cnt_process_single_pair): constify.Jason Merrill2009-09-121-1/+2
* directives.c (do_linemarker, do_line): Use CPP_STRING for ignored enum value.Jerry Quinn2009-07-181-2/+2
* directives.c (parse_include): Add location argument.Manuel López-Ibáñez2009-06-231-13/+24
* re PR preprocessor/36674 (#include location is offset by one row in errors fr...Manuel López-Ibáñez2009-05-131-0/+8
* c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers2009-05-101-9/+9
* directives.c (parse_include): Pass true to check_eol.Joseph Myers2009-04-181-1/+1
* re PR preprocessor/39646 (__FILE__ breaks for empty file name)Joseph Myers2009-04-181-2/+2