[all-commits] [llvm/llvm-project] 022cce: Support: Use std::unique_ptr for SignpostEmitter::...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Thu Apr 8 16:32:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 022ccedde8877e877b45e49641544b5e4fff0b42
https://github.com/llvm/llvm-project/commit/022ccedde8877e877b45e49641544b5e4fff0b42
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M llvm/include/llvm/Support/Signposts.h
M llvm/lib/Support/Signposts.cpp
Log Message:
-----------
Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC
Replace some manual memory management with std::unique_ptr.
Differential Revision: https://reviews.llvm.org/D100151
More information about the All-commits
mailing list