Home
last modified time | relevance | path

Searched +full:issue +full:- +full:subscriber (Results 1 – 4 of 4) sorted by relevance

/llvm-project/.github/workflows/
H A Dissue-subscriber.yml1 name: Issue Subscriber
6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
[all …]
H A Dpr-subscriber.yml1 name: PR Subscriber
6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
[all …]
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py3 # ======- github-automation - LLVM GitHub Automation Routines--*- python -*--==#
7 # SPDX-Licens
398 def issue(self) -> github.Issue.Issue: global() member in ReleaseWorkflow
[all...]
/llvm-project/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst11 .. code-block:: cpp
25 in its stack-frame, and then passes a pointer to it to the callee in a hidden parameter.
48 …change the destruction order for function parameters to an order that is non-conforming to the sta…
52 .. code-block:: cpp
62 * Reduced code-size.
66 ------------------
72 Clang's optimizer can now figure out when a `std::unique_ptr` is known to contain *non*-null.
76 .. code-block:: cpp
93 …nerated for dereferencing a pointer to a reference. This can be detected with ``-fsanitize=null``).
97 -------------------
[all …]