================ @@ -19,20 +19,23 @@ Example: .. code-block:: c++ struct Base { - virtual void ~Base(); + virtual ~Base(); + int i; }; - ---------------- nicovank wrote:
LGTM! Sorry for confusion. Do you need me to click the merge button? 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