aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/JSONParser.h
Commit message (Expand)AuthorAgeFilesLines
* Goodbye, JSONParser...Manuel Klimek2012-04-171-448/+0
* Remove extraneous ';'s.Bill Wendling2012-01-231-3/+3
* Removes template magic to build up containers.Manuel Klimek2012-01-171-124/+130
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-7/+12
* Fixes a potential compilation error.Manuel Klimek2011-12-201-1/+10
* Pulls the implementation of skip() into JSONParser.Manuel Klimek2011-12-201-25/+11
* Addressing style issues in JSON parser.Manuel Klimek2011-12-201-6/+4
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+444