commit | fe1269e47af64aa67f7f7f1d9e8477cdd627da88 | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Tue Jun 16 12:43:32 2015 -0400 |
committer | Alexis Hétu <sugoi@google.com> | Tue Jun 16 20:19:37 2015 +0000 |
tree | c6be7ff8fa06ae86abc37db00077b05595ff45e2 | |
parent | 76b9a6aa7e14dd02a702532da5a1f9ab0b7bbbe8 [diff] |
Replacing int by TSourceLoc for lines Lines should be identified by a TSourceLoc object, which is currently typedefed to an int, but should be changed to a struct soon, so making sure the parser functions can handle the change. Change-Id: Iaafad862dd1078591757695bf205279e7c4202cf Reviewed-on: https://swiftshader-review.googlesource.com/3513 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>