Commit f42d017
File tree
Expand file treeCollapse file tree
9 files changed
+101
-66
lines changedFilter options
- clang
- lib/Sema
- test
- AST/HLSL
- CodeGenHLSL
- builtins
Expand file treeCollapse file tree
9 files changed
+101
-66
lines changedclang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp
Copy file name to clipboardExpand all lines: clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
| 123 | + |
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
| ||
662 | 662 |
|
663 | 663 |
|
664 | 664 |
|
| 665 | + |
665 | 666 |
|
666 |
| - |
| 667 | + |
667 | 668 |
|
668 | 669 |
|
669 | 670 |
|
| ||
682 | 683 |
|
683 | 684 |
|
684 | 685 |
|
| 686 | + |
685 | 687 |
|
686 |
| - |
| 688 | + |
| 689 | + |
687 | 690 |
|
688 | 691 |
|
689 | 692 |
|
|
clang/lib/Sema/SemaHLSL.cpp
Copy file name to clipboardExpand all lines: clang/lib/Sema/SemaHLSL.cpp+15-6Lines changed: 15 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2464 | 2464 |
|
2465 | 2465 |
|
2466 | 2466 |
|
2467 |
| - |
| 2467 | + |
2468 | 2468 |
|
2469 | 2469 |
|
2470 | 2470 |
|
2471 | 2471 |
|
2472 |
| - |
| 2472 | + |
| 2473 | + |
| 2474 | + |
2473 | 2475 |
|
2474 | 2476 |
|
2475 | 2477 |
|
| ||
2478 | 2480 |
|
2479 | 2481 |
|
2480 | 2482 |
|
2481 |
| - |
| 2483 | + |
2482 | 2484 |
|
2483 | 2485 |
|
2484 | 2486 |
|
2485 | 2487 |
|
2486 |
| - |
| 2488 | + |
| 2489 | + |
| 2490 | + |
2487 | 2491 |
|
2488 | 2492 |
|
2489 | 2493 |
|
| ||
3354 | 3358 |
|
3355 | 3359 |
|
3356 | 3360 |
|
| 3361 | + |
| 3362 | + |
| 3363 | + |
| 3364 | + |
| 3365 | + |
3357 | 3366 |
|
3358 | 3367 |
|
3359 | 3368 |
|
3360 | 3369 |
|
3361 | 3370 |
|
3362 | 3371 |
|
3363 |
| - |
| 3372 | + |
3364 | 3373 |
|
3365 | 3374 |
|
3366 | 3375 |
|
3367 | 3376 |
|
3368 | 3377 |
|
3369 | 3378 |
|
3370 | 3379 |
|
3371 |
| - |
| 3380 | + |
3372 | 3381 |
|
3373 | 3382 |
|
3374 | 3383 |
|
|
clang/test/AST/HLSL/ByteAddressBuffers-AST.hlsl
Copy file name to clipboardExpand all lines: clang/test/AST/HLSL/ByteAddressBuffers-AST.hlsl+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| 66 | + |
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| ||
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
| 80 | + |
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
83 |
| - |
| 85 | + |
84 | 86 |
|
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
| 90 | + |
88 | 91 |
|
89 | 92 |
|
90 | 93 |
|
| ||
98 | 101 |
|
99 | 102 |
|
100 | 103 |
|
| 104 | + |
101 | 105 |
|
102 | 106 |
|
103 | 107 |
|
|
clang/test/AST/HLSL/StructuredBuffers-AST.hlsl
Copy file name to clipboardExpand all lines: clang/test/AST/HLSL/StructuredBuffers-AST.hlsl+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
| 113 | + |
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
| ||
123 | 124 |
|
124 | 125 |
|
125 | 126 |
|
| 127 | + |
126 | 128 |
|
127 | 129 |
|
128 | 130 |
|
129 | 131 |
|
130 |
| - |
| 132 | + |
131 | 133 |
|
132 | 134 |
|
133 | 135 |
|
134 | 136 |
|
| 137 | + |
135 | 138 |
|
136 | 139 |
|
137 | 140 |
|
| ||
145 | 148 |
|
146 | 149 |
|
147 | 150 |
|
| 151 | + |
148 | 152 |
|
149 | 153 |
|
150 | 154 |
|
|
clang/test/AST/HLSL/TypedBuffers-AST.hlsl
Copy file name to clipboardExpand all lines: clang/test/AST/HLSL/TypedBuffers-AST.hlsl+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
| ||
90 | 91 |
|
91 | 92 |
|
92 | 93 |
|
| 94 | + |
93 | 95 |
|
94 | 96 |
|
95 | 97 |
|
96 | 98 |
|
97 |
| - |
| 99 | + |
98 | 100 |
|
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
| 104 | + |
102 | 105 |
|
103 | 106 |
|
104 | 107 |
|
| ||
112 | 115 |
|
113 | 116 |
|
114 | 117 |
|
| 118 | + |
115 | 119 |
|
116 | 120 |
|
117 | 121 |
|
|
clang/test/CodeGenHLSL/GlobalConstructorLib.hlsl
Copy file name to clipboardExpand all lines: clang/test/CodeGenHLSL/GlobalConstructorLib.hlsl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
clang/test/CodeGenHLSL/builtins/ByteAddressBuffers-constructors.hlsl
Copy file name to clipboardExpand all lines: clang/test/CodeGenHLSL/builtins/ByteAddressBuffers-constructors.hlsl+21-17Lines changed: 21 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
32 |
| - |
33 |
| - |
| 34 | + |
| 35 | + |
34 | 36 |
|
35 | 37 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
40 | 42 |
|
41 | 43 |
|
42 |
| - |
| 44 | + |
43 | 45 |
|
44 |
| - |
45 |
| - |
| 46 | + |
| 47 | + |
46 | 48 |
|
47 | 49 |
|
48 |
| - |
49 |
| - |
50 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
| ||
64 | 67 |
|
65 | 68 |
|
66 | 69 |
|
67 |
| - |
68 |
| - |
| 70 | + |
| 71 | + |
69 | 72 |
|
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
73 | 76 |
|
74 | 77 |
|
75 | 78 |
|
76 |
| - |
77 |
| - |
78 |
| - |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
|
0 commit comments