Skip to content

Commit 3c8f1cc

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-typo
2 parents 4023302 + 701701f commit 3c8f1cc

File tree

1,760 files changed

+57653
-22254
lines changed

Some content is hidden

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

1,760 files changed

+57653
-22254
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ filename =
1616

1717
./utils/80+-check,
1818
./utils/backtrace-check,
19-
./utils/build-parser-lib,
2019
./utils/build-script,
2120
./utils/check-incremental,
2221
./utils/coverage/coverage-build-db,

.github/CODEOWNERS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Lines starting with '#' are comments.
2+
# Each line is a file pattern followed by one or more owners.
3+
# Order is important. The last matching pattern has the most precedence.
4+
5+
# Owners of ASTGen
6+
lib/ASTGen @zoecarver @CodaFi
7+
8+
# Owners of the parser
9+
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
10+
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
11+
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
12+
13+
# C++ Interop
14+
include/swift/ClangImporter @zoecarver @hyp @egorzhdan
15+
include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
16+
lib/ClangImporter @zoecarver @hyp @egorzhdan
17+
lib/PrintAsClang @zoecarver @hyp @egorzhdan
18+
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
19+
test/Interop @zoecarver @hyp @egorzhdan

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ docs/_build
5252

5353
# SwiftPM
5454
.build
55+
.swiftpm
5556

5657
#==============================================================================#
5758
# Ignore CMake temporary files

0 commit comments

Comments
 (0)