Author: Aaron Ballman
Date: 2023-03-24T07:27:07-04:00
New Revision: ef310c6d498098f86095cd09ea89088c10e90fc3

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

LOG: Fix Clang sphinx build

This addresses the issues found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/41772

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst 
b/clang/docs/LanguageExtensions.rst
index a9bdc83c53e7..b68d44e75e9b 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -2361,7 +2361,7 @@ Query for this feature with 
``__has_builtin(__builtin_assume)``.
 .. _langext-__builtin_assume_separate_storage:
 
 ``__builtin_assume_separate_storage``
---------------------
+-------------------------------------
 
 ``__builtin_assume_separate_storage`` is used to provide the optimizer with the
 knowledge that its two arguments point to separately allocated objects.


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

Reply via email to