================ @@ -19,20 +19,23 @@ Example: .. code-block:: c++ struct Base { - virtual void ~Base(); + virtual ~Base(); + int i; }; - ---------------- nicovank wrote:
Sorry I wasn't clear, I meant to keep the spacing here between structs/functions, but when there is a blank line to not have any whitespace characters on it ('' vs ' '). A couple blanks lines in this first block between structs/functions and LGTM! 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