This is an archive of the discontinued LLVM Phabricator instance.

[clang] Accept -ftrivial-auto-var-init in clang-cl
ClosedPublic

Authored by vitalybuka on Oct 7 2019, 4:40 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Oct 7 2019, 4:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 4:40 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rnk accepted this revision.Oct 7 2019, 4:42 PM

lgtm

clang/include/clang/Driver/Options.td
1720 ↗(On Diff #223694)

Should this really be Joined? Does it take an argument? Should it use Flag?

This revision is now accepted and ready to land.Oct 7 2019, 4:42 PM
vitalybuka marked an inline comment as done.Oct 7 2019, 4:55 PM
vitalybuka added inline comments.
clang/include/clang/Driver/Options.td
1720 ↗(On Diff #223694)
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 10:24 PM