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
/
CodeCompletion
/
end-of-file.cpp
blob
3591af6616fab0d10c275de1dff00ab2768d6cd0
1
// Check that clang does not crash when completing at the last char in the
2
// buffer.
3
// NOTE: This file must *NOT* have newline at the end.
4
// RUN: %clang_cc1 -code-completion-at=%s:%(line+3):2 %s | FileCheck %s
5
// CHECK: COMPLETION: foo
6
using
foo
=
int
***;
7
f