aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell1-1/+7
2019-05-19[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski1-1/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-4/+4
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell1-7/+7
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell1-0/+19
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-1/+1
2018-07-17lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek1-13/+14
2018-02-28PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely1-8/+19
2018-01-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser1-1/+1
2017-11-13Implement __VA_OPT__Tom Tromey1-0/+30
2017-11-06re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor1-4/+6
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries1-1/+1
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm1-0/+7
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm1-19/+21
2016-12-12re PR preprocessor/78680 (ICE in get_substring_ranges_for_loc, at input.c:1398)David Malcolm1-0/+7
2016-11-08[AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw1-0/+95
2016-10-12gcc/Jakub Jelinek1-11/+92
2016-10-08invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek1-6/+13
2016-10-08invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment style changes.Jakub Jelinek1-8/+90
2016-10-08c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek1-18/+18
2016-10-05re PR target/77847 (PowerPC big endian power7/power8 do not bootstrap due to ...Kelvin Nilsen1-0/+1
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+99
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+3
2016-08-05On-demand locations within string-literalsDavid Malcolm1-1/+1
2016-05-20Change ENABLE_VALGRIND_CHECKING toMartin Liska1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+13
2015-11-03lex.c (search_line_sse42): Correctly advance the pointer to an aligned address.Uros Bizjak1-1/+1
2015-07-02re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded a...Paolo Carlini1-1/+2
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland1-2/+4
2015-06-30lex.c (search_line_sse42): New main loop using asm flag outputs.Uros Bizjak1-5/+23
2015-05-09lex.c (lex_string): Add -Wc++11-compat warning.Jason Merrill1-0/+6
2015-04-06re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek1-2/+5
2015-04-02re PR preprocessor/61977 (powerpc preprocessor breaks on lines that end with ...Jakub Jelinek1-0/+7
2015-03-17re PR c++/64626 (C++14 single quote should not always be a digit separator)Edward Smith-Rowland1-0/+3
2015-03-04re PR target/65261 (bootstrap-ubsan ppc64le: gcc/libcpp/lex.c:552:30: runtime...Markus Trippelsdorf1-0/+1
2015-01-30[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.cSzabolcs Nagy1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak1-5/+1
2014-11-20re PR target/63966 (inconsistent operand constraints compiling build libcpp)Uros Bizjak1-0/+4
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers1-22/+40
2014-10-03lex.c (search_line_fast): Add new version to be used for Power8 and later tar...Bill Schmidt1-11/+104
2014-09-17re PR c/61854 (Warning single-line comment for -std=c89?)Marek Polacek1-5/+32
2014-08-20cpplib.h (cpp_options): Use signed char.Marek Polacek1-0/+1