================
@@ -7,7 +7,7 @@
 }}
 <div id="{{USR}}" class="delimiter-container">
     <div>
-        <pre><code class="language-cpp code-clang-doc">enum 
{{Name}}</code></pre>
+        <pre><code class="language-cpp code-clang-doc">enum 
{{Name}}{{#BaseType}} : {{Type.Name}}{{/BaseType}}</code></pre>
----------------
SamrudhNelli wrote:

Even inside`{{#BaseType}}`, `{{Name}}` returns the enum Name, I could change 
the `JSONGenerator.cpp` to replace the `Name` var with `Type` if you suggest..

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

Reply via email to