Author: David Spickett Date: 2024-02-14T12:51:30Z New Revision: c5e13840fdc20adce51673a63d5703bf1ed02aba
URL: https://github.com/llvm/llvm-project/commit/c5e13840fdc20adce51673a63d5703bf1ed02aba DIFF: https://github.com/llvm/llvm-project/commit/c5e13840fdc20adce51673a63d5703bf1ed02aba.diff LOG: [clang][docs] Remove trailing whitespace Which is causing CI checks to fail. clang/docs/LanguageExtensions.rst:2794:takes no arguments and produces an unsigned long long result. The builtin does clang/docs/LanguageExtensions.rst:2795:not guarantee any particular frequency, only that it is stable. Knowledge of the + echo '*** Trailing whitespace has been found in Clang source files as described above ***' Added: Modified: clang/docs/LanguageExtensions.rst Removed: ################################################################################ diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index ee1d25396ca865..1db80262b8fb8e 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -2791,8 +2791,8 @@ frequency is fixed, making it suitable for measuring elapsed time. The ``__builtin_readsteadycounter()`` builtin returns the frequency counter value. When not supported by the target, the return value is always zero. This builtin -takes no arguments and produces an unsigned long long result. The builtin does -not guarantee any particular frequency, only that it is stable. Knowledge of the +takes no arguments and produces an unsigned long long result. The builtin does +not guarantee any particular frequency, only that it is stable. Knowledge of the counter's true frequency will need to be provided by the user. Query for this feature with ``__has_builtin(__builtin_readsteadycounter)``. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits