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