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
/
ignored_macros.h
blob
250b58c2f70469a5342648239e0c3e512cc1edf3
1
struct
Point
{
2
double
x
,
y
;
3
};
4
5
#ifdef IGNORED
6
int
*
has_ignored
(
void
);
7
#endif
8