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-tools-extra
/
clangd
/
test
/
Inputs
/
background-index
/
sub_dir
/
foo.h
blob
9539f1d7588cd713eee724aecd2f29ea4dc2bdcc
1
#ifndef FOO_H
2
#define FOO_H
3
int
foo
();
4
#endif