aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/YAMLParser.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-97/+84
* Update to LLVM 3.5a.Stephen Hines2014-04-241-32/+25
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+7
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-7/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+7
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-29/+44
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+0
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+4
* Remove unnecessary classof()'sSean Silva2012-10-111-7/+0
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-3/+3
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-091-1/+1
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-011-11/+18
* Extraneous semicolon.Eric Christopher2012-04-201-1/+1
* Adding operator== for document_iterator.Manuel Klimek2012-04-171-1/+4
* Fix the build breakage introduced by r154131.Kaelyn Uhrain2012-04-051-19/+3
* Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain2012-04-051-7/+7
* Fix -Wnon-virtual-dtor warnings.Michael J. Spencer2012-04-041-0/+20
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-041-0/+1
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-031-20/+0
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+564