aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/JSONParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removes template magic to build up containers.Manuel Klimek2012-01-171-7/+82
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-26/+33
* Fixes a potential compilation error.Manuel Klimek2011-12-201-12/+0
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-201-11/+24
* Addressing style issues in JSON parser.Manuel Klimek2011-12-201-4/+2
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+221