This is an archive of the discontinued LLVM Phabricator instance.

clang-cl: Accept /std:c11, /std:c17 flags
ClosedPublic

Authored by thakis on Jan 27 2021, 4:01 PM.

Details

Summary

clang-cl already defaults to C17 for .c files, but no harm
in accepting these flags. Fixes PR48185.

Diff Detail

Event Timeline

thakis created this revision.Jan 27 2021, 4:01 PM
thakis requested review of this revision.Jan 27 2021, 4:01 PM
hans accepted this revision.Jan 28 2021, 4:28 AM
This revision is now accepted and ready to land.Jan 28 2021, 4:28 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2021, 7:10 AM