Author: Aaron Ballman Date: 2020-07-07T13:54:28-04:00 New Revision: aef04d3306bff492f69f50675f65c9c4eedfab57
URL: https://github.com/llvm/llvm-project/commit/aef04d3306bff492f69f50675f65c9c4eedfab57 DIFF: https://github.com/llvm/llvm-project/commit/aef04d3306bff492f69f50675f65c9c4eedfab57.diff LOG: Speculatively fix the sphinx build. Added: Modified: clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst b/clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst index ea137b9679cc..770a71cc0425 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst @@ -11,6 +11,7 @@ asynchronously-executed block. The block arguments in ``dispatch_async()`` and The following is an example of an invalid use of the ``noescape`` attribute. .. code-block:: objc + void foo(__attribute__((noescape)) int *p) { dispatch_async(queue, ^{ *p = 123; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits