[clang] 1bb13b3 - Fix sphinx build because of indentation
Aleksandr Platonov via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 14:12:23 PDT 2022
Author: Aleksandr Platonov
Date: 2022-03-16T00:11:56+03:00
New Revision: 1bb13b3f4956370afc01a8a9315dabed8c09a2cd
URL: https://github.com/llvm/llvm-project/commit/1bb13b3f4956370afc01a8a9315dabed8c09a2cd
DIFF: https://github.com/llvm/llvm-project/commit/1bb13b3f4956370afc01a8a9315dabed8c09a2cd.diff
LOG: Fix sphinx build because of indentation
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ed79b647ed794..a0e3cabe89a9a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -95,6 +95,7 @@ Attribute Changes in Clang
This fixes `Issue 53805 <https://github.com/llvm/llvm-project/issues/53805>`_.
- Improved namespace attributes handling:
+
- Handle GNU attributes before a namespace identifier and subsequent
attributes of
diff erent kinds.
- Emit error on GNU attributes for a nested namespace definition.
More information about the cfe-commits
mailing list