aboutsummaryrefslogtreecommitdiff
path: root/libcpp/directives.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-18re PR preprocessor/39647 (Syntax checks in #line not quite right)Joseph Myers1-17/+20
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-3/+3
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-8/+1
2008-07-22re PR preprocessor/28079 (#line range not verified without -pedantic)Manuel López-Ibáñez1-10/+21
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-12/+12
2008-05-30re PR preprocessor/36320 (Required diagnosis of syntax error missed)Tom Tromey1-8/+16
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey1-8/+14
2008-05-13re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey1-12/+22
2008-04-22cpplib.h (cpp_define_formatted): New.Daniel Franke1-0/+20
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-6/+7
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-3/+42
2008-03-13re PR preprocessor/35322 (ICE with incomplete macro)Tom Tromey1-0/+4
2008-01-25re PR preprocessor/34692 (Internal error with pragma in macro)Jakub Jelinek1-1/+1
2008-01-03re PR preprocessor/34602 (Internal error with invalid #line directive)Tom Tromey1-4/+9
2007-10-31re PR preprocessor/30786 (ICE on _Pragma at end of file)Tom Tromey1-8/+20
2007-08-18re PR preprocessor/32974 (#pragma GCC dependency generates extra token error.)Tom Tromey1-1/+5
2007-07-30directives-only.c: New file.Ollie Wild1-1/+6
2007-03-30make alloca call type correctMichael Meissner1-1/+1
2007-03-30directives.c (lex_macro_node_from_str): New.Richard Henderson1-0/+59
2007-01-12re PR preprocessor/28227 (valid #ifdef rejected)Tom Tromey1-8/+10
2007-01-04re PR preprocessor/28165 (_Pragma GCC system_header broken)Tom Tromey1-6/+5
2006-12-29re PR preprocessor/29612 (gcc --save-temps does not give "multi-character cha...Jakub Jelinek1-1/+1
2006-06-09re PR preprocessor/27746 (ICE on openmp code when using _Pragma from macro)Jakub Jelinek1-2/+23
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-210/+202