summaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)Author
2022-01-17Rename .c files to .cc files.Martin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-04libcpp: Fix up handling of deferred pragmas [PR102432]Jakub Jelinek
2021-12-01libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek
2021-11-22libcpp: Use [[likely]] conditionallyMarek Polacek
2021-11-17libcpp: capture and underline ranges in -Wbidi-chars= [PR103026]David Malcolm
2021-11-17libcpp: escape non-ASCII source bytes in -Wbidi-chars= [PR103026]David Malcolm
2021-11-17libcpp: Fix up handling of block comments in -fdirectives-only mode [PR103130]Jakub Jelinek
2021-11-16libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek
2021-11-01diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek
2021-05-20libcpp: Fix up -fdirectives-only handling of // comments on last line not ter...Jakub Jelinek
2021-05-12libcpp: Fix up -fdirectives-only preprocessing of includes not ending with ne...Jakub Jelinek
2021-05-11preprocessor: Fix cpp_avoid_paste for digit separatorsJoseph Myers
2021-05-07libcpp: Fix up pragma preprocessing [PR100450]Jakub Jelinek
2021-05-06preprocessor: Fix pp-number lexing of digit separators [PR83873, PR97604]Joseph Myers
2021-02-03libcpp: Fix up -fdirectives-only preprocessing [PR98882]Jakub Jelinek
2021-01-27Fix ICE for [PR target/98833].liuhongt
2021-01-04Update copyright years.Jakub Jelinek
2020-11-24preprocessor: Add deferred macrosNathan Sidwell
2020-11-19preprocessor: main-file cleanupNathan Sidwell
2020-11-18preprocessor: C++ module-directivesNathan Sidwell
2020-11-03cpplib: EOF in pragmasNathan Sidwell
2020-11-03cpplib: Fix off-by-one errorNathan Sidwell
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell
2020-09-26powerpc, libcpp: Fix gcc build with clang on power8 [PR97163]Jakub Jelinek
2020-07-28libcpp: Fix up raw string literal parsing error-recovery [PR96323]Jakub Jelinek
2020-05-19preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell
2020-01-01Update copyright years.Jakub Jelinek
2019-11-05Implement 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-19[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski
2019-01-01Update 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-17lex.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-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen
2018-01-03Update 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-06re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor
2017-11-05[libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries