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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
aarch64-mangle-sve-vectors-msvc.cpp
blob
55b87da122b04f18daf07caf9059b7526ff3994c
1
// RUN: not %clang_cc1 -triple aarch64-unknown-windows-msvc %s -emit-llvm \
2
// RUN: -o - 2>&1 | FileCheck %s
3
4
template
<
typename T
>
struct
S
{};
5
6
// CHECK: cannot mangle this built-in __SVInt8_t type yet
7
void
f1
(
S
<
__SVInt8_t
>) {}