mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
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.