aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)Author
2019-11-05 Implement C++20 operator<=>.Jason Merrill
2019-10-02Handle :: tokens in C for C2x.Joseph Myers
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt
2019-09-05[preprocessor/91639] #includes at EOFNathan Sidwell
2019-05-20[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell
2018-07-17 * lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN,Jakub Jelinek
2018-02-28PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely
2018-01-14gcc/ChangeLog:Kelvin Nilsen
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-20[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser
2017-11-13Implement __VA_OPT__Tom Tromey
2017-11-06/libcppMukesh Kapoor
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries
2017-06-05libcpp: add callback for comment-handlingDavid Malcolm
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-21Fix search_line_fast for aarch64/ILP32Andreas Schwab
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-15Fix use-after-free lexing unterminated raw strings (PR preprocessor/78811)David Malcolm
2016-12-12Fix for PR preprocessor/78680David Malcolm
2016-11-08[AArch64] Optimized implementation of search_line_fast for the CPP lexerRichard Earnshaw
2016-10-11gcc/Jakub Jelinek
2016-10-08 * doc/invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek
2016-10-08 * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU commentJakub Jelinek
2016-10-08 * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COMMENTJakub Jelinek
2016-10-05libcpp/ChangeLog:Kelvin Nilsen
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-08-12 PR c/7652Marek Polacek
2016-08-05On-demand locations within string-literalsDavid Malcolm
2016-05-20Change ENABLE_VALGRIND_CHECKING toMartin Liska
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm
2015-11-03 * lex.c (search_line_sse42): Correctly advance the pointer to anUros Bizjak
2015-07-02/libcppPaolo Carlini
2015-06-30libcpp:Edward Smith-Rowland
2015-06-30 * lex.c (search_line_sse42) [__GCC_ASM_FLAG_OUTPUTS__]: New mainUros Bizjak
2015-05-09libcpp/Jason Merrill
2015-04-06 PR preprocessor/61977Jakub Jelinek
2015-04-02 PR preprocessor/61977Jakub Jelinek
2015-03-17libcpp/Edward Smith-Rowland
2015-03-04Fix PR65261Markus Trippelsdorf
2015-01-30[Patch/libcpp] Change __ARM_NEON__ to __ARM_NEON in lex.cSzabolcs Nagy
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-20 PR target/63966Uros Bizjak
2014-11-20 PR target/63966Uros Bizjak
2014-11-06Preserve original spellings of extended identifiers.Joseph Myers