aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLParser.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-10-11Remove unnecessary classof()'sSean Silva
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-06-09Convert comments to proper Doxygen comments.Dmitri Gribenko
2012-05-01YAMLParser: get rid of global ctors & dtors.Benjamin Kramer
2012-04-20Extraneous semicolon.Eric Christopher
2012-04-17Adding operator== for document_iterator.Manuel Klimek
2012-04-05Fix the build breakage introduced by r154131.Kaelyn Uhrain
2012-04-05Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to beKaelyn Uhrain
2012-04-04Fix -Wnon-virtual-dtor warnings.Michael J. Spencer
2012-04-04Move yaml::Stream's dtor out of line so it can see Scanner's dtor.Benjamin Kramer
2012-04-03Sorry about that. MSVC seems to accept just about any random string you give ...Michael J. Spencer
2012-04-03Add YAML parser to Support.Michael J. Spencer