aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-errors.cc
AgeCommit message (Expand)AuthorFilesLines
2025-07-25diagnostics: eliminate ::diagnostic_info typedefDavid Malcolm1-4/+4
2025-07-25diagnostics: convert diagnostic_t to enum class diagnostics::kindDavid Malcolm1-9/+18
2025-07-25diagnostics: rename diagnostic_option_id to diagnostics::option_id and move t...David Malcolm1-4/+4
2025-07-25diagnostics: add m_ prefix to fields of diagnostic_infoDavid Malcolm1-10/+10
2025-01-02c: special-case some "bool" errors with C23 (v2) [PR117629]David Malcolm1-0/+36
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-15c: Introduce -Wmissing-parameter-nameFlorian Weimer1-5/+12
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-09-09diagnostics: introduce struct diagnostic_option_idDavid Malcolm1-15/+23
2024-06-11c: Add -std=c2y, -std=gnu2y, -Wc23-c2y-compat, C2Y _Generic with type operandJoseph Myers1-0/+39
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-11/+11
2023-11-06c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954]Joseph Myers1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+163