This revision was automatically updated to reflect the committed changes.
Closed by commit rGd087d805acb6: clang-cl: Accept /std:c11, /std:c17 flags
(authored by thakis).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95
thakis created this revision.
thakis added a reviewer: hans.
Herald added subscribers: dang, kristof.beyls.
Herald added a reviewer: jansvoboda11.
thakis requested review of this revision.
clang-cl already defaults to C17 for .c files, but no harm
in accepting these flags. Fixes PR48185.
https:/