summaryrefslogtreecommitdiff
path: root/clang/test/Driver/unknown-std.c
AgeCommit message (Expand)Author
2025-05-05[clang] Alias iso9899:2024 to C23, update documentation (#138459)Raul Tambre
2024-10-28Remove support for RenderScript (#112916)Aaron Ballman
2024-07-02[C2y] Add -std=c2y and -std=gnu2yAaron Ballman
2023-08-10[C2x] Support -std=c23 and -std=gnu23Aaron Ballman
2019-05-14Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman
2018-10-18Add language standard aliases for -std=c18, -std=gnu18, and -std=iso9899:2018.Aaron Ballman
2017-12-07Correct line endings that got mixed up in r320089; NFC.Aaron Ballman
2017-12-07Add new language mode flags for C17.Aaron Ballman
2017-04-27Improve diagnostics for bad -std= flag.Richard Smith
2017-04-26Don't accept -std= values that would switch us to a different source language.Richard Smith
2017-02-14[Driver] Report available language standards on user errorRichard Smith