llvm-capstone/lld/lib
Saleem Abdulrasool 9cb2badc59 lld: use std::make_unique (NFC)
The LLVM code base already uses C++14, use std::make_unique
to avoid the explicit constructor invocation via new and to avoid
spelling out the type twice.
2020-06-03 19:23:13 +00:00
..
Core fix typo in comment to cycle bots 2020-04-04 12:52:45 -04:00
Driver Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ReaderWriter lld: use std::make_unique (NFC) 2020-06-03 19:23:13 +00:00
CMakeLists.txt