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
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
PCH
/
cxx-namespaces.h
blob
26d75a079d92ff6bf403f0f757e5a7ea1244df20
1
// Header for PCH test cxx-namespaces.cpp
2
3
namespace
N
{
4
namespace
{
5
int
x
;
6
}
7
8
void
f
();
9
void
f
(
int
);
10
}