Like https://reviews.llvm.org/D23807, but for execution-charset.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Driver/Tools.cpp | ||
---|---|---|
5838–5846 | I'd use compare_lower because lower introduces a std::string. |
Paths
| Differential D23938
clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.
ClosedPublic Authored by thakis on Aug 26 2016, 11:14 AM.
Details
Diff Detail Event Timelinehans edited edge metadata. Comment Actionslgtm majnemer's suggestion sounds good though, and for inputCharset too. This revision is now accepted and ready to land.Aug 26 2016, 1:35 PM
Revision Contents
Diff 69416 include/clang/Driver/CLCompatOptions.td
lib/Driver/Tools.cpp
test/Driver/cl-options.c
|
I'd use compare_lower because lower introduces a std::string.