[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenCXX / debug-info-context.cpp
blob1f7fa046752b7a336f247a366cd4540812b7c03e
1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
2 // PR11345
4 class locale {
5 private:
6 void _M_add_reference() const throw() {
8 };
9 class ios_base {
10 locale _M_ios_locale;
11 public:
12 class Init {
15 static ios_base::Init __ioinit;
17 // CHECK-NOT: _M_ios_locale