Searched +full:issue +full:- +full:subscriber (Results 1 – 4 of 4) sorted by relevance
1 name: Issue Subscriber6 - labeled12 auto-subscribe:13 runs-on: ubuntu-latest14 if: github.repository == 'llvm/llvm-project'16 - name: Checkout Automation Script19 sparse-checkout: llvm/utils/git/22 - name: Setup Automation Script23 working-directory: ./llvm/utils/git/25 pip install --require-hashes -r requirements.txt[all …]
1 name: PR Subscriber6 - labeled12 auto-subscribe:13 runs-on: ubuntu-latest14 if: github.repository == 'llvm/llvm-project'16 - name: Checkout Automation Script19 sparse-checkout: llvm/utils/git/22 - name: Setup Automation Script23 working-directory: ./llvm/utils/git/25 pip install --require-hashes -r requirements.txt[all …]
3 # ======- github-automation - LLVM GitHub Automation Routines--*- python -*--==#7 # SPDX-Licens398 def issue(self) -> github.Issue.Issue: global() member in ReleaseWorkflow [all...]
11 .. code-block:: cpp25 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:: cpp62 * 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:: cpp93 …nerated for dereferencing a pointer to a reference. This can be detected with ``-fsanitize=null``).97 -------------------[all …]