summaryrefslogtreecommitdiff
path: root/lib/Support/YAMLParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+3
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva1-0/+20
2012-09-26YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer1-0/+7
2012-07-20Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer1-4/+0
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko1-6/+6
2012-05-14[Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer1-3/+1
2012-05-01YAMLParser: get rid of global ctors & dtors.Benjamin Kramer1-2/+0
2012-04-27[Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer1-1/+7
2012-04-26[Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer1-6/+12
2012-04-22Remove some potential warnings about variables used uninitialized.Bill Wendling1-3/+3
2012-04-21YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer1-1/+1
2012-04-04Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer1-0/+2
2012-04-03Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer1-2/+2
2012-04-03Add YAML parser to Support.Michael J. Spencer1-0/+2115