llvm-6502/lib/MC/MCParser
David Blaikie c50f986b4d AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
I saw at least a memory leak or two from inspection (on probably
untested error paths) and r206991, which was the original inspiration
for this change.

I ran this idea by Jim Grosbach a few weeks ago & he was OK with it.
Since it's a basically mechanical patch that seemed sufficient - usual
post-commit review, revert, etc, as needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210427 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-08 16:18:35 +00:00
..
AsmLexer.cpp
AsmParser.cpp AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand 2014-06-08 16:18:35 +00:00
CMakeLists.txt
COFFAsmParser.cpp Fix a few issues with comdat handling on COFF. 2014-06-06 19:26:12 +00:00
DarwinAsmParser.cpp
ELFAsmParser.cpp MC: make ELF .type handling more GNU AS compatible 2014-06-08 00:34:34 +00:00
LLVMBuild.txt
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp