llvm-project/llvm/lib/Target/ARM64/AsmParser
Chandler Carruth 81f7061065 [ARM64] Fix a heap-use-after-free spotted by ASan.
StringRef::lower() returns a std::string. Better yet, we can now stop
thinking about what it returns and write 'auto'. It does the right
thing. =]

llvm-svn: 205135
2014-03-30 09:08:07 +00:00
..
ARM64AsmParser.cpp [ARM64] Fix a heap-use-after-free spotted by ASan. 2014-03-30 09:08:07 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile