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
/
cxx-header.h
blob
ee52c639116a29e8063bce8628d9a33cc978df74
1
#ifndef CXX_HEADER_H
2
#define CXX_HEADER_H
3
inline
int
f
() {
return
0
; }
4
#endif