=?utf-8?q?Donát?= Nagy <[email protected]>, =?utf-8?q?Donát?= Nagy <[email protected]>, =?utf-8?q?Donát?= Nagy <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -48,6 +48,7 @@ availability: - ``rewind``, suggested replacement: ``fseek`` - ``setbuf``, suggested replacement: ``setvbuf`` + - ``std::get_temporary_buffer``, suggested replacement: "plain" allocation with ``operator new[]`` ---------------- zeyi2 wrote: Seems that this line is longer than 80 chars, not sure why doc8 didn't lint this... Could you split this into two lines? https://github.com/llvm/llvm-project/pull/176191 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
