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
[X86] Move getGFNICtrlMask before CTLZ/CTTZ lowering. NFC.
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
incomplete-array-extent.cpp
blob
8134af6b9251b85fd0c8f66826e9a4772548c3dc
1
// RUN: %clang_cc1 -verify -std=c++14 %s
2
3
auto
f
() {
4
return
__array_extent
(
int
, );
// expected-error {{expected expression}}
5
}