[clang] ef310c6 - Fix Clang sphinx build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 04:27:43 PDT 2023
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.
More information about the cfe-commits
mailing list