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
/
Modules
/
Inputs
/
modular_maps
/
a.h
blob
a36dc1b59d6f985a73fc6d29980d5f1fdb4a635e
1
#ifndef A_H
2
#define A_H
3
const int
a
=
2
;
4
#endif