aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/YAMLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-4/+0
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-091-6/+6
* [Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer2012-05-141-3/+1
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-011-2/+0
* [Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer2012-04-271-1/+7
* [Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer2012-04-261-6/+12
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-221-3/+3
* YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer2012-04-211-1/+1
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-041-0/+2
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-031-2/+2
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+2115