aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/JSONParser.cpp
AgeCommit message (Expand)Author
2012-02-06fix typoSebastian Pop
2012-01-17Removes template magic to build up containers.Manuel Klimek
2011-12-21Changes the JSON parser to use the SourceMgr.Manuel Klimek
2011-12-20Fixes a potential compilation error.Manuel Klimek
2011-12-20Pulls the implementation of skip() into JSONParser.Manuel Klimek
2011-12-20Addressing style issues in JSON parser.Manuel Klimek
2011-12-16Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek