[PATCH] D38123: [driver] [cl] Add/fix c++17/c++latest
Martell Malone via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 15 11:03:19 PDT 2017
martell added inline comments.
================
Comment at: cfe/trunk/test/Driver/cl-options.c:524
+// RUN: %clang_cl -fmsc-version=1900 -TP -std:c++17 -### -- %s 2>&1 | FileCheck -check-prefix=STDCXX17 %s
+// STDCXX14: -std=c++17
+
----------------
This was incorrect, it should have been `STDCXX17`.
I fixed this is rL315868
Repository:
rL LLVM
https://reviews.llvm.org/D38123
More information about the cfe-commits
mailing list