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
[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git]
/
lldb
/
docs
/
_templates
/
components
/
edit-this-page.html
blob
671caeac52f6d2560bf8b966250fad8db2783e5d
1
{% extends
"furo/components/edit-this-page.html"
%}
2
3
{% block link_available -%}
4
{%- if pagename.startswith(
"python_api"
) -%}
5
<!-- Python API docs are generated. -->
6
{%- else -%}
7
{{ furo_edit_button(determine_page_edit_link()) }}
8
{%- endif -%}
9
{%- endblock %}