]> granicus.if.org Git - clang/commit
Driver: support `/Zc:char8_t` and `/Zc:char8_t-`
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 28 May 2019 18:26:00 +0000 (18:26 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 28 May 2019 18:26:00 +0000 (18:26 +0000)
commitd92c93a0dc7340bdac89687926443653269b3864
tree4fcc5f4e04941c57aeb9912c2d8966837b47ab3e
parent173708d165c6145075ef941e6953f2c1c1167544
Driver: support `/Zc:char8_t` and `/Zc:char8_t-`

Update the `cl` emulation to support the `/Zc:char8_t[-]?` options as per the
MSVC 2019.1 toolset.  These are aliases for `-fchar8_t` and `-fno-char8_t`.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361859 91177308-0d34-0410-b5e6-96231b3b80d8
docs/UsersManual.rst
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c