summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/YAMLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Demote vectors to arrays. No functionality change.Benjamin Kramer2015-02-191-3/+1
* Remove std::move that was preventing return value optimization.Richard Trieu2015-01-171-3/+3
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-1/+1
* yaml::Stream doesn't need to take ownership of the buffer.Rafael Espindola2014-08-271-25/+26
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-3/+5
* Convert an ownership comment with std::uinque_ptr.Rafael Espindola2014-08-171-16/+9
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-091-2/+2
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-22/+22
* remove a bunch of unused private methodsNuno Lopes2014-03-231-39/+0
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-9/+5
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-021-3/+3
* [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
OpenPOWER on IntegriCloud