fix error message for hlslGrammar::acceptConstructor

Fix the error message for when an erroneous HLSL constructor statement
is detected.

Prior to this change, such error messages would not show correct file
path and line number information.

Additionally, update test data to account for updated error messages.
This commit is contained in:
tgfrerer
2021-05-11 09:42:11 +01:00
parent 9431c53c84
commit adfa0938a2
117 changed files with 6243 additions and 6243 deletions

View File

@@ -180,11 +180,11 @@ Shader version: 500
0:67 'vsout' ( temp structure{ temp 4-component vector of float Pos})
0:67 Constant:
0:67 0 (const int)
0:? Constant:
0:? 0.000000
0:? 0.000000
0:? 0.000000
0:? 0.000000
0:67 Constant:
0:67 0.000000
0:67 0.000000
0:67 0.000000
0:67 0.000000
0:69 Branch: Return with expression
0:69 'vsout' ( temp structure{ temp 4-component vector of float Pos})
0:47 Function Definition: main( ( temp void)
@@ -408,11 +408,11 @@ Shader version: 500
0:67 'vsout' ( temp structure{ temp 4-component vector of float Pos})
0:67 Constant:
0:67 0 (const int)
0:? Constant:
0:? 0.000000
0:? 0.000000
0:? 0.000000
0:? 0.000000
0:67 Constant:
0:67 0.000000
0:67 0.000000
0:67 0.000000
0:67 0.000000
0:69 Branch: Return with expression
0:69 'vsout' ( temp structure{ temp 4-component vector of float Pos})
0:47 Function Definition: main( ( temp void)