aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]David Malcolm1-1/+1
2024-02-10Add %[zt][diox] support to pretty-printJakub Jelinek1-5/+7
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm1-1/+2
2023-11-07c: Change T2X_* format checking macros to T23_*Joseph Myers1-17/+17
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-28/+28
2023-08-25gcc: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak1-4/+4
2023-08-20fix misleading identation breaking bootstrapMartin Uecker1-2/+2
2023-08-20Fix format attribute for printfTomas Kalibera1-0/+36
2023-05-18c: Handle printf %B like %b for C2xJoseph Myers1-2/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-19c-family: Fix ICE with -Wsuggest-attribute [PR98487]Marek Polacek1-1/+1
2022-10-19c: C2x %wN, %wfN format checkingJoseph Myers1-30/+46
2022-09-27c++: Don't quote nothrow in diagnosticMarek Polacek1-2/+1
2022-09-09Fix "address will never be NULL" warningJan-Benedict Glaw1-2/+1
2022-07-15libcpp: Improve encapsulation of label_textJonathan Wakely1-2/+2
2022-07-07Convert label_text to C++11 move semanticsDavid Malcolm1-1/+0
2022-07-05c-family: Prevent -Wformat warnings with u8 strings [PR105626]Marek Polacek1-1/+2
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-1/+1
2022-05-16Use more ARRAY_SIZE.Martin Liska1-6/+6
2022-05-07c, c++: attribute format on a ctor with a vbase [PR101833, PR47634]Marek Polacek1-39/+38
2022-01-21c-family: Fix up a -Wformat regression [PR104148]Jakub Jelinek1-1/+1
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5439