summaryrefslogtreecommitdiff
path: root/lib/Support/YAMLParser.cpp
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Can we move to C++11 already?Michael J. Spencer2013-10-18
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer2012-09-26
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-09
* [Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer2012-05-14
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-01
* [Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer2012-04-27
* [Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer2012-04-26
* Remove some potential warnings about variables used uninitialized.Bill Wendling2012-04-22
* YAMLParser: silence warning about tautological comparison on unsigned-char pl...Benjamin Kramer2012-04-21
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-04
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-03
* Add YAML parser to Support.Michael J. Spencer2012-04-03