================
@@ -26,6 +29,29 @@
                 {{^Value}}
                 <td>{{ValueExpr}}</td>
                 {{/Value}}
+                {{#HasComments}}
+                <td>{{#Description}}
+                        {{#BriefComments}}
+                            {{#.}}
+                            <p class="paragraph-container">{{TextComment}}</p>
+                            {{/.}}
+                        {{/BriefComments}}
+                        {{#ParagraphComments}}
+                        <p class="paragraph-container">
+                            {{#.}}
+                            {{TextComment}}<br>
+                            {{/.}}
+                        </p>
+                        {{/ParagraphComments}}
+                        {{#ParagraphComment}}
+                            <p>
+                            {{#Children}}
+                            {{TextComment}}
+                            {{/Children}}
+                            </p>
+                        {{/ParagraphComment}}
+                    {{/Description}}{{^Description}} -- {{/Description}}</td>
----------------
SamrudhNelli wrote:

This awkward formatting of `</td>` was done intentionally to avoid a trailing 
newline before `</td>`.

https://github.com/llvm/llvm-project/pull/183085
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to