summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/YAMLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix null dereference in yaml::Document::skipThomas Finch2019-11-111-2/+2
* YAMLParser - fix SimpleKey uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-091-4/+4
* YAML parser robustness improvementsThomas Finch2019-11-051-12/+40
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-54/+54
* [YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare2018-03-271-1/+5
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-211-20/+38
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-0/+4
* Improve error handling in YAML parsingMehdi Amini2016-11-281-10/+22
* Support: Return void from Scanner::scan_ns_uri_char, no one uses the resultJustin Bogner2016-10-161-7/+2
* ADT: Add AllocatorList, and use it for yaml::TokenDuncan P. N. Exon Smith2016-09-111-18/+5
* ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith2016-08-301-9/+2
* ADT: Remove ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-221-4/+0
* ADT: Share code for embedded sentinel traits, NFCDuncan P. N. Exon Smith2016-08-121-14/+3
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+2
* Simplify users of StringRef::{l,r}trim (NFC)Vedant Kumar2016-02-161-1/+1
* Refactor: Simplify boolean conditional return statements in llvm/lib/SupportAlexander Kornienko2015-12-281-4/+2
* Support: Stop relying on iterator auto-conversion, NFCDuncan P. N. Exon Smith2015-10-081-6/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-4/+4
* YAML: Null terminate block scalar's value.Alex Lorenz2015-05-211-1/+2
* [YAML] Plug a memory leakBenjamin Kramer2015-05-181-2/+4
* Fix memory leak introduced in r237314.Alex Lorenz2015-05-141-1/+1
* YAML: Implement block scalar parsing.Alex Lorenz2015-05-131-21/+265
* YAML: Enable the YAMLParser tests. Alex Lorenz2015-05-071-9/+14
* YAML: Extract the code that skips a comment into a separate method, NFC. Alex Lorenz2015-05-061-12/+19
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* 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
OpenPOWER on IntegriCloud