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
/
FixIt
/
no-typo.c
blob
05947e88e923bddf58f655c15a6772db1e25663a
1
// RUN: %clang_cc1 -fsyntax-only -fno-spell-checking -verify %s
2
typedef
struct
{
3
float
x
,
y
;
4
}
Point
;
5
6
point p1
;
// expected-error{{unknown type name 'point'}}