summaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLParser.h
Commit message (Expand)AuthorAge
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* Remove unnecessary classof()'sSean Silva2012-10-11
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-09
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-01
* Extraneous semicolon.Eric Christopher2012-04-20
* Adding operator== for document_iterator.Manuel Klimek2012-04-17
* Fix the build breakage introduced by r154131.Kaelyn Uhrain2012-04-05
* Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain2012-04-05
* Fix -Wnon-virtual-dtor warnings.Michael J. Spencer2012-04-04
* Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer2012-04-04
* Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer2012-04-03
* Add YAML parser to Support.Michael J. Spencer2012-04-03