================
@@ -19,20 +19,23 @@ Example:
 .. code-block:: c++
 
   struct Base {
-    virtual void ~Base();
+    virtual ~Base();
+    int i;
   };
-
----------------
nicovank wrote:

Yes LGTM.
My nit was to not have any whitespace on blank lines, but I don't care that 
much.

https://github.com/llvm/llvm-project/pull/108324
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to