aboutsummaryrefslogtreecommitdiff
path: root/libcpp/expr.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-15c: Add _Decimal64x supportJakub Jelinek1-5/+8
2024-11-13c: Handle C23 floating constant {d,D}{32,64,128} suffixes like {df,dd,dl}Jakub Jelinek1-4/+15
2024-11-13c: Implement C2Y N3298 - Introduce complex literals [PR117029]Jakub Jelinek1-2/+19
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek1-2/+2
2024-10-17c, libcpp: Partially implement C2Y N3353 paper [PR117028]Jakub Jelinek1-2/+35
2024-10-16Ternary operator formatting fixesJakub Jelinek1-2/+2
2024-10-12libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnosticsJakub Jelinek1-35/+40
2024-09-12libcpp: adjust pedwarn handlingJason Merrill1-33/+44
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek1-8/+47
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-27libcpp: Fix unsigned promotion for unevaluated divide by zero [PR112701]Lewis Hyatt1-0/+1
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-15/+15
2023-09-06C _BitInt incremental fixes [PR102989]Jakub Jelinek1-0/+23
2023-09-06C _BitInt support [PR102989]Jakub Jelinek1-4/+25
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-4/+19
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-1/+0
2022-09-07c: New C2x keywordsJoseph Myers1-1/+1
2022-05-29libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]Jakub Jelinek1-0/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2211