aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16re PR c++/45399 ([C++0x] Warning for \0 in raw strings)Jason Merrill1-8/+0
2011-05-22* lex.c (init_vectorized_lexer): Fix comparison of masked value.Uros Bizjak1-1/+2
2011-05-22re PR bootstrap/49104 (bootstrap failure on AMD K6-2 with illegal instruction...Uros Bizjak1-3/+3
2011-04-24re PR preprocessor/48740 (Raw C++0x strings and trigraphs mix badly)Jakub Jelinek1-1/+3
2011-03-18re PR bootstrap/45381 (Bootstrap failure for powerpc-apple-darwin9: error: Al...Richard Henderson1-1/+1
2010-11-16re PR preprocessor/17349 (// comments cause weird behaviour with options -E -C)Kai Tietz1-6/+12
2010-08-24re PR bootstrap/45376 (no such instruction: `pcmpestri $0,(%rdi),%xmm0')Richard Henderson1-0/+6
2010-08-24lex.c: Disable init_vectorized_lexer etc.Rainer Orth1-1/+11
2010-08-21Vectorize fast path of _cpp_clean_line.Richard Henderson1-56/+589
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-20/+23
2010-04-06re PR preprocessor/43642 (FAIL: c-c++-common/raw-string-1.c)Jakub Jelinek1-1/+1
2010-03-29More N3077 raw string changesJason Merrill1-30/+131
2010-03-29Some raw string changes from N3077Jason Merrill1-5/+5
2009-11-11ChangeLog for libcppKai Tietz1-0/+57
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-10/+213
2009-06-12cpplib.h (struct cpp_options): Add warn_cxx_operator_names field.Ian Lance Taylor1-0/+6
2009-05-10c-lex.c (c_lex_with_flags): Expect cpp_hashnode in tok->val.node.node.Joseph Myers1-23/+24
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-7/+18
2009-04-19re PR preprocessor/20078 (Gcc doesn't complain about non-benign macro definit...Joseph Myers1-3/+10
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-4/+5
2009-02-21lex.c (lex_string): Return a CPP_LESS token for missing '>' in a header name.Joseph Myers1-2/+13
2008-11-29lex.c (cpp_token_len): Use 6 as default length.Joseph Myers1-1/+1
2008-10-05cpplib.h (cpp_comments, [...]): New structs.Matthew Gingell1-0/+49
2008-07-21line-map.h (linenum_type): New typedef.Manuel López-Ibáñez1-1/+1
2008-07-14cpplib.h (NODE_CONDITIONAL): New.Ben Elliston1-1/+65
2008-05-21re PR preprocessor/27777 (Bad diagnostic emission when #error contains a trig...Tom Tromey1-1/+46
2008-04-18cpp-id-data.h (UC): Was U, conflicts with U...Kris Van Hees1-14/+23
2008-02-20traditional.c (lex_identifier): Use CPP_HASHNODE.Tom Tromey1-3/+3
2007-05-31re PR preprocessor/14331 (please add option to suppress warning message "no n...Dave Korn1-4/+1
2007-01-30re PR preprocessor/29966 (crash in cc1 with backtrace from free())Tom Tromey1-0/+5
2006-12-29lex.c (_cpp_clean_line): Add uses of __builtin_expect.Ian Lance Taylor1-9/+21
2006-09-13re PR c/28768 (Preprocessor doesn't parse tokens correctly?)Joseph Myers1-0/+4
2006-08-14re PR c++/28288 (ICE with min/max operator)Steve Ellcey1-12/+2
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-8/+16
2005-09-20c.opt (fextended-identifiers): New.Joseph Myers1-1/+1
2005-06-29all files: Update FSF address in copyright headers.Kelley Cook1-1/+1
2005-05-28configure.ac: Check declarations for asprintf and vasprintf.Gabriel Dos Reis1-5/+5
2005-03-28lex.c (warn_about_normalization): Cast field width to int to avoid warning.Andreas Jaeger1-3/+3
2005-03-15Index: libcpp/ChangeLogGeoffrey Keating1-1/+2
2005-03-15Index: gcc/ChangeLogGeoffrey Keating1-19/+64
2005-03-12Index: libcpp/ChangeLogGeoffrey Keating1-35/+103
2004-09-09cpplib.h (TTYPE_TABLE): Remove CPP_ and SPELL_ prefixes throughout.Zack Weinberg1-3/+14
2004-07-24internal.h (xnew, [...]): Remove.Bernardo Innocenti1-2/+2
2004-06-09Index: gcc/ChangeLogGeoffrey Keating1-0/+22
2004-06-05Makefile.am: Add makedepend.Zack Weinberg1-7/+21
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-0/+1544