Skip to content

Commit fb60092

Browse files
committed
LLVM and SPIRV-LLVM-Translator pulldown (WW12)
LLVM: llvm/llvm-project@de7639ddb05e SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@3fe4393
2 parents 8a435d4 + 7ce78ec commit fb60092

File tree

9,432 files changed

+508767
-207104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,432 files changed

+508767
-207104
lines changed

.clang-tidy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-misc-no-recursion,readability-identifier-naming'
2-
WarningsAsErrors: 'llvm-*,misc-*,-misc-no-recursion,-misc-unused-parameters,readability-identifier-naming,-llvm-header-guard'
1+
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-const-correctness,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-misc-no-recursion,readability-identifier-naming'
32
CheckOptions:
43
- key: readability-identifier-naming.ClassCase
54
value: CamelCase

.github/workflows/clang-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Clang Tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/closed-issues.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ on:
33
issues:
44
types: ['closed']
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
automate-issues-labels:
11+
permissions:
12+
issues: write # for andymckay/labeler to label issues
13+
pull-requests: write # for andymckay/labeler to label PRs
814
runs-on: ubuntu-latest
915
if: github.repository == 'llvm/llvm-project'
1016
steps:

.github/workflows/issue-release-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
name: Issue Release Workflow
1616

17+
permissions:
18+
contents: read
19+
1720
on:
1821
issue_comment:
1922
types:

.github/workflows/issue-subscriber.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- labeled
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
auto-subscribe:
1013
runs-on: ubuntu-latest

.github/workflows/libclang-abi-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: libclang ABI Tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/libclc-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: libclc Tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/lld-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: LLD Tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/lldb-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: lldb Tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/llvm-bugs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: LLVM Bugs notifier
22

3+
permissions:
4+
contents: read
5+
issues: read
6+
37
on:
48
issues:
59
types:
@@ -8,6 +12,7 @@ on:
812
jobs:
913
auto-subscribe:
1014
runs-on: ubuntu-latest
15+
if: github.repository == 'llvm/llvm-project'
1116
steps:
1217
- uses: actions/setup-node@v3
1318
with:

0 commit comments

Comments
 (0)