File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
branches/master-next/stdlib/tools/swift-reflection-test Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3
- refs/heads/master-next: 2352f3f3edfed327343a1a4ee4129148f8cfac92
3
+ refs/heads/master-next: 609c3e16956fe7d29893ad6cffe9a980fbc75c34
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
6
6
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07
Original file line number Diff line number Diff line change 36
36
37
37
#if defined(__clang__ ) || defined(__GNUC__ )
38
38
#define NORETURN __attribute__((noreturn))
39
+ #elif defined(_MSC_VER )
40
+ #define NORETURN __declspec(noreturn)
41
+ #else
42
+ #define NORETURN
39
43
#endif
40
44
41
45
typedef struct PipeMemoryReader {
You can’t perform that action at this time.
0 commit comments