Pulls the implementation of skip() into JSONParser.
authorManuel Klimek <klimek@google.com>
Tue, 20 Dec 2011 10:42:52 +0000 (10:42 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 20 Dec 2011 10:42:52 +0000 (10:42 +0000)
commit9ce6937701cd28fb2aafdd3ec950fb0e70bae8cd
tree54ed908c66011d97e46acab0f5234416f317af2a
parent2c777c8f865bf0e9773be1d5735bd2ae49c6790b
Pulls the implementation of skip() into JSONParser.

This is the first step towards migrating more of the parser
implementation into the parser class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146971 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/JSONParser.h
lib/Support/JSONParser.cpp