[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / libcxx / docs / Helpers / Styles.rst
blobb13d2c91ac323ae033bf9579eb8b7da1d6da8f99
1 .. raw:: html
3       <style type="text/css">
4         td { text-align: left; }
5         .notstarted { opacity: 60%; }
6         .nothingtodo {
7             background-color: #99FF99;
8             font-style: italic;
9          }
10         .inprogress {
11             background-color: #FFFF99;
12             font-style: italic;
13          }
14         .inreview { background-color: #FFFF99; }
15         .partial {
16             background-color: #2CCCFF;
17             font-style: italic;
18          }
19         .complete { background-color: #99FF99; }
20       </style>
22 .. role:: notstarted
23 .. role:: nothingtodo
24 .. role:: inprogress
25 .. role:: inreview
26 .. role:: partial
27 .. role:: complete
29 .. |Not Started| replace:: :notstarted:`Not Started`
30 .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
31 .. |In Progress| replace:: :inprogress:`In Progress`
32 .. |Review| replace:: :inreview:`Review`
33 .. |Partial| replace:: :partial:`Partial`
34 .. |Complete| replace:: :complete:`Complete`
36 .. |sect| unicode:: U+00A7
37 .. |hellip| unicode:: U+2026