When not destroying the source, the linker is not remapping the types. Added support
[oota-llvm.git] / include / llvm / Support / JSONParser.h
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-20 Manuel KlimekFixes a potential compilation error.
2011-12-20 Manuel KlimekPulls the implementation of skip() into JSONParser.
2011-12-20 Manuel KlimekAddressing style issues in JSON parser.
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...