Currently the initial value of Tok is dependent an the stack contents
authorChris Lattner <sabre@nondot.org>
Sat, 27 Oct 2012 19:49:20 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Oct 2012 19:49:20 +0000 (19:49 +0000)
commitd5705d1b1cc231e2dd121af8b1828980c4ab2d61
tree7efda52294d1c7623f0938ba0e4908cf273ec7f2
parent57143f7e7880d2359decf51486713ae9f5bd4283
Currently the initial value of Tok is dependent an the stack contents
and could cause the Parser to crash on the first ConsumeToken().

Patcy by Bas van den Berg!

llvm-svn: 166891
clang/lib/Parse/Parser.cpp