aboutsummaryrefslogtreecommitdiff
path: root/libcpp/lex.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-2/+7
2021-12-04libcpp: Fix up handling of deferred pragmas [PR102432]Jakub Jelinek1-1/+15
2021-11-29libcpp: Fix up handling of block comments in -fdirectives-only mode [PR103130]Jakub Jelinek1-1/+1
2021-05-31libcpp: Fix up -fdirectives-only handling of // comments on last line not ter...Jakub Jelinek1-2/+3
2021-05-12libcpp: Fix up -fdirectives-only preprocessing of includes not ending with ne...Jakub Jelinek1-1/+12
2021-05-07libcpp: Fix up pragma preprocessing [PR100450]Jakub Jelinek1-0/+1
2021-02-03libcpp: Fix up -fdirectives-only preprocessing [PR98882]Jakub Jelinek1-2/+2
2021-01-27Fix ICE for [PR target/98833].liuhongt1-4/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-24preprocessor: Add deferred macrosNathan Sidwell1-5/+13
2020-11-19preprocessor: main-file cleanupNathan Sidwell1-2/+2
2020-11-18preprocessor: C++ module-directivesNathan Sidwell1-0/+392
2020-11-03cpplib: EOF in pragmasNathan Sidwell1-8/+23
2020-11-03cpplib: Fix off-by-one errorNathan Sidwell1-1/+1
2020-10-20preprocessor: Further fix for EOF in macro args [PR97471]Nathan Sidwell1-1/+4
2020-09-26powerpc, libcpp: Fix gcc build with clang on power8 [PR97163]Jakub Jelinek1-2/+2
2020-07-28libcpp: Fix up raw string literal parsing error-recovery [PR96323]Jakub Jelinek1-1/+2
2020-05-19preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell1-249/+273
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-3/+3
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell1-10/+21
2020-05-08preprocessor: Reimplement directives only processing, support raw literals.Nathan Sidwell1-0/+482
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-05Implement C++20 operator<=>.Jason Merrill1-1/+8
2019-10-02Handle :: tokens in C for C2x.Joseph Myers1-1/+1
2019-09-19Support extended characters in C/C++ identifiers (PR c/67224)Lewis Hyatt1-18/+37
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