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
[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git]
/
clang
/
test
/
PCH
/
Inputs
/
bounds-safety-attributed-type.h
blob
9bfd9615c2bfc1206a294e06a43ddeda534b7b54
1
struct
Test
{
2
int
count
;
3
int
fam
[]
__attribute__
((
counted_by
(
count
)));
4
};