summaryrefslogtreecommitdiff
path: root/libcpp/lex.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-5389/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libcpp: Fix up handling of deferred pragmas [PR102432]Jakub Jelinek2021-12-041-1/+15
* libcpp: Enable P1949R7 for C++98 too [PR100977]Jakub Jelinek2021-12-011-1/+1
* libcpp: Use [[likely]] conditionallyMarek Polacek2021-11-221-1/+1
* libcpp: capture and underline ranges in -Wbidi-chars= [PR103026]David Malcolm2021-11-171-48/+203
* libcpp: escape non-ASCII source bytes in -Wbidi-chars= [PR103026]David Malcolm2021-11-171-12/+17
* libcpp: Fix up handling of block comments in -fdirectives-only mode [PR103130]Jakub Jelinek2021-11-171-1/+1
* libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]Marek Polacek2021-11-161-5/+403
* diagnostics: escape non-ASCII source bytes for certain diagnosticsDavid Malcolm2021-11-011-6/+32
* libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek2021-09-011-0/+3
* libcpp: Fix up -fdirectives-only handling of // comments on last line not ter...Jakub Jelinek2021-05-201-2/+3
* libcpp: Fix up -fdirectives-only preprocessing of includes not ending with ne...Jakub Jelinek2021-05-121-1/+12
* preprocessor: Fix cpp_avoid_paste for digit separatorsJoseph Myers2021-05-111-0/+1
* libcpp: Fix up pragma preprocessing [PR100450]Jakub Jelinek2021-05-071-0/+1
* preprocessor: Fix pp-number lexing of digit separators [PR83873, PR97604]Joseph Myers2021-05-061-2/+12
* libcpp: Fix up -fdirectives-only preprocessing [PR98882]Jakub Jelinek2021-02-031-2/+2
* Fix ICE for [PR target/98833].liuhongt2021-01-271-4/+4
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* preprocessor: Add deferred macrosNathan Sidwell2020-11-241-5/+13
* preprocessor: main-file cleanupNathan Sidwell2020-11-191-2/+2
* preprocessor: C++ module-directivesNathan Sidwell2020-11-181-0/+392
* cpplib: EOF in pragmasNathan Sidwell2020-11-031-8/+23
* cpplib: Fix off-by-one errorNathan Sidwell2020-11-031-1/+1
* preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell2020-10-201-1/+4
* powerpc, libcpp: Fix gcc build with clang on power8 [PR97163]Jakub Jelinek2020-09-261-2/+2
* libcpp: Fix up raw string literal parsing error-recovery [PR96323]Jakub Jelinek2020-07-281-1/+2
* preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell2020-05-191-249/+273
* c++: Replace "C++2a" with "C++20".Jason Merrill2020-05-131-3/+3
* preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell2020-05-121-10/+21
* preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell2020-05-081-0/+482
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Implement C++20 operator<=>.Jason Merrill2019-11-051-1/+8
* Handle :: tokens in C for C2x.Joseph Myers2019-10-021-1/+1
* Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt2019-09-191-18/+37
* [preprocessor/91639] #includes at EOFNathan Sidwell2019-09-051-1/+7
* [PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operatorAndrew Pinski2019-05-191-1/+5
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Eliminate source_location in favor of location_tDavid Malcolm2018-11-131-4/+4
* [6/6] Preprocessor forced macro locationNathan Sidwell2018-10-311-7/+7
* [PATCH] Macro body is trailing arrayNathan Sidwell2018-08-171-0/+19
* [PATCH] CPP Macro predicatesNathan Sidwell2018-08-161-1/+1
* lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN...Jakub Jelinek2018-07-171-13/+14
* PR preprocessor/84517 allow double-underscore macros after string literalsJonathan Wakely2018-02-281-8/+19
* rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen2018-01-141-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based o...Michael Weiser2017-12-201-1/+1
* Implement __VA_OPT__Tom Tromey2017-11-131-0/+30
* re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor2017-11-061-4/+6
* [libcpp] Remove semicolon after do {} while (0) in BUF_APPENDTom de Vries2017-11-051-1/+1