[PATCH] D133354: [Clang]: Diagnose deprecated copy operations also in MSVC compatibility mode

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 12:24:11 PDT 2022


hans added inline comments.


================
Comment at: clang/test/SemaCXX/deprecated-copy-msvc.cpp:1
+// RUN: %clang_cc1 %s -std=c++11 %s -Wdeprecated-copy -verify -fms-compatibility
+
----------------
Can we just add a RUN line with -fms-compatibility to clang/test/SemaCXX/deprecated-copy.cpp ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133354/new/

https://reviews.llvm.org/D133354



More information about the cfe-commits mailing list