[PATCH] D116256: [-fms-extensions] Make some exception specification warnings/errors compatible with what cl.exe does
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 6 06:50:42 PST 2022
thakis added inline comments.
================
Comment at: clang/test/SemaCXX/MicrosoftCompatibility.cpp:4
// RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -std=c++11 -Wmicrosoft -verify -fms-compatibility -fexceptions -fcxx-exceptions -fms-compatibility-version=19.00
// RUN: %clang_cc1 %s -triple i686-pc-win32 -fsyntax-only -std=c++11 -Wmicrosoft -verify -fms-compatibility -fexceptions -fcxx-exceptions -fms-compatibility-version=18.00
----------------
Could you add a run line with `-std=c++17`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116256/new/
https://reviews.llvm.org/D116256
More information about the cfe-commits
mailing list