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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Analysis
/
unified-sources
/
container.h
blob
d0bcd778899a5ecf26f6a3bd63fa246da5f06cea
1
class
ContainerInHeaderFile
{
2
class
Iterator
{
3
};
4
5
public
:
6
Iterator
begin
()
const
;
7
Iterator
end
()
const
;
8
9
int
method
() {
return
0
; }
10
};