Author: Craig Topper Date: 2020-08-21T11:51:15-07:00 New Revision: c0ec37ee65d0d21fddc6194fe1cce9db4107a902
URL: https://github.com/llvm/llvm-project/commit/c0ec37ee65d0d21fddc6194fe1cce9db4107a902 DIFF: https://github.com/llvm/llvm-project/commit/c0ec37ee65d0d21fddc6194fe1cce9db4107a902.diff LOG: [docs] Move the label for __builtin_shufflevector below __builtin_dump_struct so the see also link in 'vector operations' will go to the right place and have the right name. Added: Modified: clang/docs/LanguageExtensions.rst Removed: ################################################################################ diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index e12bc2ce9633..518ab6385263 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -1810,8 +1810,6 @@ Query for this feature with ``__has_builtin(__builtin_readcyclecounter)``. Note that even if present, its use may depend on run-time privilege or other OS controlled state. -.. _langext-__builtin_shufflevector: - ``__builtin_dump_struct`` ------------------------- @@ -1858,6 +1856,8 @@ to a structure to dump the fields of, and a pointer to a formatted output function whose signature must be: ``int (*)(const char *, ...)`` and must support the format specifiers used by ``printf()``. +.. _langext-__builtin_shufflevector: + ``__builtin_shufflevector`` --------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits