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
/
SemaCXX
/
builtin-exception-spec.cpp
blob
9845172bcd72a0a663df749c8755fdc65c7c7ae7
1
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
2
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify -std=c++1z %s
3
// expected-no-diagnostics
4
#include <malloc.h>
5
6
extern
"C"
{
7
void
*
malloc
(
__SIZE_TYPE__
);
8
}