Use only explicit bool conversion operators
[oota-llvm.git] / include / llvm / Support / YAMLParser.h
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-04-20 Eric ChristopherExtraneous semicolon.
2012-04-17 Manuel KlimekAdding operator== for document_iterator.
2012-04-05 Kaelyn UhrainFix the build breakage introduced by r154131.
2012-04-05 Kaelyn UhrainReally fix -Wnon-virtual-dtor warnings; gcc needs the...
2012-04-04 Michael J. SpencerFix -Wnon-virtual-dtor warnings.
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.