Fix sphinx build because of indentation

This commit is contained in:
Aleksandr Platonov 2022-03-16 00:08:54 +03:00
parent fa1019fa18
commit 1bb13b3f49

View File

@ -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 different kinds.
- Emit error on GNU attributes for a nested namespace definition.