[all-commits] [llvm/llvm-project] cb7cf6: use std::make_unique rather than reset+new
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Oct 4 15:17:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb7cf626d26e50887828d466c0187907719824d4
https://github.com/llvm/llvm-project/commit/cb7cf626d26e50887828d466c0187907719824d4
Author: David Blaikie <dblaikie at gmail.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Log Message:
-----------
use std::make_unique rather than reset+new
More information about the All-commits
mailing list