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
/
test
/
clang-move
/
Inputs
/
test.h
blob
8006c3478dad4d81212467ae831ca0d0d89f3594
1
#ifndef TEST_H
// comment 1
2
#define TEST_H
3
namespace
a
{
4
class
Foo
{
5
public
:
6
int
f
();
7
int
f2
(
int
a
,
int
b
);
8
};
9
}
// namespace a
10
#endif
// TEST_H