[all-commits] [llvm/llvm-project] 606303: [clang-cl] Support /std:clatest (#147284)
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Jul 7 06:15:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60630310e9a4033f9085b3874147824d8676b8a7
https://github.com/llvm/llvm-project/commit/60630310e9a4033f9085b3874147824d8676b8a7
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/cl-options.c
Log Message:
-----------
[clang-cl] Support /std:clatest (#147284)
cl.exe has /std:clatest, analogous to /std:c++latest, which sets the
language mode to the latest standard. For C, that's C23. This adds
support for the option.
Fixes #147233
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list