================ @@ -19,20 +19,23 @@ Example: .. code-block:: c++ struct Base { - virtual void ~Base(); + virtual ~Base(); + int i; }; - ---------------- nicovank wrote:
Yes, I like the blank lines between functions/structs like in your screenshot above. Current PR version has structs and functions with no breathing room. Then good to ship. 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