History log of /external/llvm/include/llvm/Support/YAMLParser.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
77592fe39c404f3c48b06fae48b965058b3a5ee8 09-Jun-2012 Dmitri Gribenko <gribozavr@gmail.com> Convert comments to proper Doxygen comments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158248 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
34df1600e003bf83678b308f7aa63522dfbd4f4a 01-May-2012 Benjamin Kramer <benny.kra@googlemail.com> YAMLParser: get rid of global ctors & dtors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155907 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
c61382b7633cf4ff5b967ac9575c3121418afc04 21-Apr-2012 Eric Christopher <echristo@apple.com> Extraneous semicolon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155247 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
388774c02a249a2846d7b470cdd8981e44edaf1d 17-Apr-2012 Manuel Klimek <klimek@google.com> Adding operator== for document_iterator.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154927 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
42730cec0b6b19986bf83db2490f70de8c8139fa 06-Apr-2012 Kaelyn Uhrain <rikka@google.com> Fix the build breakage introduced by r154131.

The empty 1-argument operator delete is for the benefit of the
destructor. A couple of spot checks of running yaml-bench under
valgrind against a few of the files under test/YAMLParser did
not reveal any leaks introduced by this change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154137 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
10d8971c00ecf4ec4750ecba7faf94651ec18a3a 06-Apr-2012 Kaelyn Uhrain <rikka@google.com> Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
explicitly marked as virtual.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154131 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
68f404d890cf5be94a7a818f4215bbff64598a45 05-Apr-2012 Michael J. Spencer <bigcheesegs@gmail.com> Fix -Wnon-virtual-dtor warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154063 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
a95b4ebf3c17f0069b8cea3841d66395eaf6d4e1 04-Apr-2012 Benjamin Kramer <benny.kra@googlemail.com> Move yaml::Stream's dtor out of line so it can see Scanner's dtor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154004 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
c35146b7254900b34ecad51fb71f9478360ca0b9 04-Apr-2012 Michael J. Spencer <bigcheesegs@gmail.com> Sorry about that. MSVC seems to accept just about any random string you give it ;/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153979 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h
93210e847a1496b24cef881723e57c489082dcfe 04-Apr-2012 Michael J. Spencer <bigcheesegs@gmail.com> Add YAML parser to Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153977 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/YAMLParser.h