Author: Alex Lorenz
Date: 2023-02-23T15:53:07-08:00
New Revision: 21631b567e88b5a1146a74b0a25f7a20afef8afb

URL: 
https://github.com/llvm/llvm-project/commit/21631b567e88b5a1146a74b0a25f7a20afef8afb
DIFF: 
https://github.com/llvm/llvm-project/commit/21631b567e88b5a1146a74b0a25f7a20afef8afb.diff

LOG: [clang] fix intendation in newly added release note

This fixes the llvm docs build bot.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c7204d8615a9..d7413def4d06 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -128,10 +128,10 @@ Attribute Changes in Clang
   the attributes on ``__declspec`` was ignored, while now it will be forwarded 
to the
   point where the alias is used.
 - Introduced a new ``USR`` (unified symbol resolution) clause inside of the
-existing ``__attribute__((external_source_symbol))`` attribute. Clang's indexer
-uses the optional USR value when indexing Clang's AST. This value is expected
-to be generated by an external compiler when generating C++ bindings during
-the compilation of the foreign language sources (e.g. Swift).
+  existing ``__attribute__((external_source_symbol))`` attribute. Clang's 
indexer
+  uses the optional USR value when indexing Clang's AST. This value is expected
+  to be generated by an external compiler when generating C++ bindings during
+  the compilation of the foreign language sources (e.g. Swift).
 
 Improvements to Clang's diagnostics
 -----------------------------------


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to