aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)Author
2018-06-29Partial backport r256656Martin Liska
2018-01-05[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab
2017-01-01Update copyright years.Jakub Jelinek
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm
2016-12-12re PR preprocessor/78680 (ICE in get_substring_ranges_for_loc, at input.c:1398)David Malcolm
2016-11-08[AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw
2016-10-12gcc/Jakub Jelinek
2016-10-08invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek
2016-10-08invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment style changes.Jakub Jelinek
2016-10-08c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek
2016-10-05re PR target/77847 (PowerPC big endian power7/power8 do not bootstrap due to ...Kelvin Nilsen
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-05-20Change ENABLE_VALGRIND_CHECKING toMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm
2015-11-03lex.c (search_line_sse42): Correctly advance the pointer to an aligned address.Uros Bizjak
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland
2015-06-30lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill
2015-04-06re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek
2015-04-02re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek
2015-03-17re PR c++/64626 (C++14 single quote should not always be a digit separator)Edward Smith-Rowland
2015-03-04re PR target/65261 (bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime...Markus Trippelsdorf
2015-01-30[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.cSzabolcs Nagy
2015-01-05Update copyright years.Jakub Jelinek
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers
2014-10-03lex.c (search_line_fast): Add new version to be used for Power8 and later tar...Bill Schmidt
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek
2014-08-19* lex.c (_cpp_lex_direct): Fix a typo.Marek Polacek
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek
2014-07-10re PR preprocessor/61389 (libcpp diagnostics shouldn't talk about ISO C99 for...Edward Smith-Rowland
2014-07-09PR c++/58155 - -Wliteral-suffix warns about tokens which are skippedEdward Smith-Rowland
2014-04-22Remove obsolete Solaris 9 supportRainer Orth
2014-01-02Update copyright years in libcpp/Richard Sandiford
2013-11-18lex.c (search_line_fast): Correct for little endian.Bill Schmidt
2013-11-16ucnid-2011-1.c: New test.Joseph Myers
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland
2013-07-21re PR preprocessor/57620 (Phantom terminator confuses raw string literal pars...Jakub Jelinek
2013-07-10re PR preprocessor/57824 (Raw string literals not handled correctly in macro ...Jakub Jelinek
2013-07-10c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_T...Jakub Jelinek
2013-07-10re PR preprocessor/57757 (CPP extra inserted whitespace needs to be reviewed ...Jakub Jelinek