aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Remove obsolete Solaris 9 supportRainer Orth1-3/+1
2014-01-02Update copyright years in libcpp/Richard Sandiford1-1/+1
2013-11-18lex.c (search_line_fast): Correct for little endian.Bill Schmidt1-0/+9
2013-11-16ucnid-2011-1.c: New test.Joseph Myers1-7/+10
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland1-1/+2
2013-07-21re PR preprocessor/57620 (Phantom terminator confuses raw string literal pars...Jakub Jelinek1-73/+118
2013-07-10re PR preprocessor/57824 (Raw string literals not handled correctly in macro ...Jakub Jelinek1-2/+2
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek1-1/+1
2013-07-10re PR preprocessor/57757 (CPP extra inserted whitespace needs to be reviewed ...Jakub Jelinek1-0/+9
2013-06-29lex.c (lex_raw_string(), [...]): Constrain suffixes treated as concatenated l...Ed Smith-Rowland1-20/+39
2013-04-24cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini1-2/+2
2013-02-28configure.ac: Don't define ENABLE_CHECKING whenever --enable-checking is seen...Jakub Jelinek1-0/+13
2013-02-14re PR c++/55582 ([C++11] Unable to define string user-defined literal without...Ed Smith-Rowland1-6/+10
2013-01-14Update copyright years in libcpp.Richard Sandiford1-2/+1
2013-01-04PR c++/54526 (again)Paolo Carlini1-2/+13
2012-10-15files.c (read_file_guts, [...]): Free memory before returning.Tobias Burnus1-0/+1
2012-06-19lex.c (search_line_sse42): Use __builtin_ia32_loaddqu and __builtin_ia32_pcmp...Uros Bizjak1-2/+5
2012-05-29PR bootstrap/53459 - unused local typedef when building on altivecDodji Seketeli1-2/+2
2012-05-29Revert "PR bootstrap/53459 - unused local typedef when building on altivec"Dodji Seketeli1-0/+1
2012-05-24PR bootstrap/53459 - unused local typedef when building on altivecDodji Seketeli1-1/+0
2012-04-29Don't use C++ style comments in libcppDodji Seketeli1-2/+2
2012-04-27Add new option, -Wliteral-suffix.Ollie Wild1-6/+38
2012-03-22* lex.c (search_line_fast): Provide Neon-optimized version for ARM.Richard Earnshaw1-0/+63
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-2/+1
2011-12-07re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek1-1/+12
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+25
2011-10-22Fix cpp_peek_token behaviour (PR bootstrap/50778)Dodji Seketeli1-9/+7
2011-10-20Fix thinko in _cpp_remaining_tokens_num_in_contextDodji Seketeli1-4/+2
2011-10-17Generate virtual locations for tokensTom Tromey1-7/+34
2011-08-22Add ability to force lexed tokens' source_locations.Gabriel Charette1-2/+23
2011-08-18c1x-uni-string-1.c, [...]: New tests.Joseph Myers1-5/+7
2011-08-15LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...Gabriel Charette1-2/+2
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