From 77908efab4391e7d401480c6cec307a5c45f1cce Mon Sep 17 00:00:00 2001 From: Sheng Date: Wed, 24 May 2023 22:02:41 +0800 Subject: [PATCH] [clang][NFC] Add a blank line in ReleaseNotes.rst A buildbot has failed on the absence of the blank line at the end of the bullet list. --- clang/docs/ReleaseNotes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 38a1347..53bc6b6 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -439,6 +439,7 @@ Bug Fixes in This Version (`#62789 `_). - Fix a crash when instantiating a non-type template argument in a dependent scope. (`#62533 `_). + Bug Fixes to Compiler Builtins ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4