repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
debug-info-context.cpp
blob
1f7fa046752b7a336f247a366cd4540812b7c03e
1
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
2
// PR11345
3
4
class
locale
{
5
private
:
6
void
_M_add_reference
()
const
throw
() {
7
}
8
};
9
class
ios_base
{
10
locale _M_ios_locale
;
11
public
:
12
class
Init
{
13
};
14
};
15
static
ios_base
::
Init __ioinit
;
16
17
// CHECK-NOT: _M_ios_locale