From 1bb13b3f4956370afc01a8a9315dabed8c09a2cd Mon Sep 17 00:00:00 2001 From: Aleksandr Platonov Date: Wed, 16 Mar 2022 00:08:54 +0300 Subject: [PATCH] Fix sphinx build because of indentation --- clang/docs/ReleaseNotes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ed79b647ed79..a0e3cabe89a9 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -95,6 +95,7 @@ Attribute Changes in Clang This fixes `Issue 53805 `_. - Improved namespace attributes handling: + - Handle GNU attributes before a namespace identifier and subsequent attributes of different kinds. - Emit error on GNU attributes for a nested namespace definition.