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
/
pr24954.cpp
blob
407ee06e402504b90b27d4796c663cd5b57ead4a
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -I%S/Inputs/PR24954 -verify %s
3
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR24954 -verify %s
4
5
#include
"A.h"
6
7
// expected-no-diagnostics