OSDN Git Service

Replacing int by TSourceLoc for lines
authorAlexis Hetu <sugoi@google.com>
Tue, 16 Jun 2015 16:43:32 +0000 (12:43 -0400)
committerAlexis Hétu <sugoi@google.com>
Tue, 16 Jun 2015 20:19:37 +0000 (20:19 +0000)
commitfe1269e47af64aa67f7f7f1d9e8477cdd627da88
treec6be7ff8fa06ae86abc37db00077b05595ff45e2
parent76b9a6aa7e14dd02a702532da5a1f9ab0b7bbbe8
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>
src/OpenGL/compiler/ParseHelper.cpp
src/OpenGL/compiler/ParseHelper.h