File tree Expand file tree Collapse file tree 15 files changed +180
-0
lines changed Expand file tree Collapse file tree 15 files changed +180
-0
lines changed Original file line number Diff line number Diff line change
1
+ // ===--- DemangleTest.cpp -------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/DemangleWrappers.h"
2
14
#include " gtest/gtest.h"
3
15
Original file line number Diff line number Diff line change
1
+ // ===--- EditorPlaceholderTest.cpp ----------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/EditorPlaceholder.h"
2
14
#include " llvm/ADT/Optional.h"
3
15
#include " gtest/gtest.h"
Original file line number Diff line number Diff line change
1
+ // ===--- EncodedSequenceTest.cpp ------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/EncodedSequence.h"
2
14
#include " gtest/gtest.h"
3
15
Original file line number Diff line number Diff line change
1
+ // ===--- ImmutablePointerSetTest.cpp --------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/ImmutablePointerSet.h"
2
14
#include " llvm/ADT/ArrayRef.h"
3
15
#include " llvm/Support/Allocator.h"
Original file line number Diff line number Diff line change
1
+ // ===--- OptionSetTest.cpp ------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/OptionSet.h"
2
14
#include " swift/Basic/Range.h"
3
15
#include " swift/Basic/ValueEnumerator.h"
Original file line number Diff line number Diff line change
1
+ // ===--- PointerIntEnumTest.cpp -------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/PointerIntEnum.h"
2
14
#include " swift/Basic/type_traits.h"
3
15
#include " llvm/ADT/ArrayRef.h"
Original file line number Diff line number Diff line change
1
+ // ===--- PrefixMapTest.cpp ------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/PrefixMap.h"
2
14
#include " gtest/gtest.h"
3
15
Original file line number Diff line number Diff line change
1
+ // ===--- RangeTest.cpp ----------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/Range.h"
2
14
#include " swift/Basic/OptionSet.h"
3
15
#include " swift/Basic/ValueEnumerator.h"
Original file line number Diff line number Diff line change
1
+ // ===--- SourceManagerTest.cpp --------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/SourceManager.h"
2
14
#include " llvm/Support/MemoryBuffer.h"
3
15
#include " gtest/gtest.h"
Original file line number Diff line number Diff line change
1
+ // ===--- StringExtrasTest.cpp ---------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/StringExtras.h"
2
14
#include " llvm/ADT/SmallString.h"
3
15
#include " gtest/gtest.h"
Original file line number Diff line number Diff line change
1
+ // ===--- SuccessorMapTest.cpp ---------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/SuccessorMap.h"
2
14
#include " gtest/gtest.h"
3
15
Original file line number Diff line number Diff line change
1
+ // ===--- ThreadSafeRefCntPointerTest.cpp ----------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/ThreadSafeRefCounted.h"
2
14
#include " llvm/ADT/IntrusiveRefCntPtr.h"
3
15
#include " gtest/gtest.h"
Original file line number Diff line number Diff line change
1
+ // ===--- TreeScopedHashTableTest.cpp --------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/TreeScopedHashTable.h"
2
14
#include " gtest/gtest.h"
3
15
Original file line number Diff line number Diff line change
1
+ // ===--- UnicodeTest.cpp --------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/Unicode.h"
2
14
#include " gtest/gtest.h"
3
15
Original file line number Diff line number Diff line change
1
+ // ===--- ValueEnumeratorTest.cpp ------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift.org open source project
4
+ //
5
+ // Copyright (c) 2014 - 2017 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
+
1
13
#include " swift/Basic/ValueEnumerator.h"
2
14
#include " swift/Basic/OptionSet.h"
3
15
#include " swift/Basic/Range.h"
You can’t perform that action at this time.
0 commit comments