Skip to content

Commit c3fab73

Browse files
authored
Merge pull request #2640 from ahoppen/add-umbrella-header
Add an umbrella header for _SwiftSyntaxCShims
2 parents 061d5fd + fc064b4 commit c3fab73

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2024 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0 with Runtime Library Exception
7+
//
8+
// See https://swift.org/LICENSE.txt for license information
9+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
//
11+
//===----------------------------------------------------------------------===//
12+
13+
#include "_includes.h"
14+
#include "AtomicBool.h"
15+
#include "swiftsyntax_errno.h"
16+
#include "swiftsyntax_stdio.h"

0 commit comments

Comments
 (0)