summaryrefslogtreecommitdiff
path: root/libcpp/directives.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers2009-04-181-17/+20
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-3/+3
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-8/+1
* re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez2008-07-221-10/+21
* line-map.h (linenum_type): New typedef.Manuel López-Ibáñez2008-07-211-12/+12
* re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey2008-05-301-8/+16
* re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey2008-05-211-8/+14
* re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey2008-05-131-12/+22
* cpplib.h (cpp_define_formatted): New.Daniel Franke2008-04-221-0/+20
* cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees2008-04-181-6/+7
* cppopts.texi (-dU): Document.Joseph Myers2008-04-021-3/+42
* re PR preprocessor/35322 (ICE with incomplete macro)Tom Tromey2008-03-131-0/+4
* re PR preprocessor/34692 (Internal error with pragma in macro)Jakub Jelinek2008-01-251-1/+1
* re PR preprocessor/34602 (Internal error with invalid #line directive)Tom Tromey2008-01-031-4/+9
* re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey2007-10-311-8/+20
* re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)Tom Tromey2007-08-181-1/+5
* directives-only.c: New file.Ollie Wild2007-07-301-1/+6
* make alloca call type correctMichael Meissner2007-03-301-1/+1
* directives.c (lex_macro_node_from_str): New.Richard Henderson2007-03-301-0/+59
* re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey2007-01-121-8/+10
* re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey2007-01-041-6/+5
* re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek2006-12-291-1/+1