You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/test/SemaHLSL/Language/InitLists.hlsl
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ void Err2(RWBuffer<float4> B) {
121
121
// expected-note@#ContainsResource{{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'vector<int, 2>' (vector of 2 'int' values) to 'const ContainsResource &' for 1st argument}}
122
122
// expected-note@#ContainsResource{{candidate constructor (the implicit move constructor) not viable: no known conversion from 'vector<int, 2>' (vector of 2 'int' values) to 'ContainsResource &&' for 1st argument}}
123
123
124
-
// These notes refer to the RWBuffer constructors that do not have source locations
125
-
// expected-note@*{{candidate constructor (the implicit copy constructor) not viable}}
126
-
// expected-note@*{{candidate constructor (the implicit move constructor) not viable}}
124
+
// This note refers to the RWBuffer copy constructor that do not have a source locations
125
+
// expected-note@*{{candidate constructor not viable}}
0 commit comments