aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/YAMLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-32/+28
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-22/+22
* Update to LLVM 3.5a.Stephen Hines2014-04-241-51/+8
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+9
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-9/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+9
* Can we move to C++11 already?Michael J. Spencer2013-10-181-3/+3
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-11/+91
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+3
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+20
* YAMLParser: Fix invalid reads when encountering incorrectly quoted scalar.Benjamin Kramer2012-09-261-0/+7
* 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