Simplify memory management with std::unique_ptr.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 16 Dec 2015 22:28:34 +0000 (22:28 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 16 Dec 2015 22:28:34 +0000 (22:28 +0000)
commitdf7186636e51e63281bd318234b7d97f25efe491
tree6d6680011bef8fcbeb2fd328fc1596a3999b0d22
parent411b15e22ebc30c3988d4dbf45a818eedf606cb4
Simplify memory management with std::unique_ptr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255831 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Statistic.h
lib/Support/Statistic.cpp
lib/Support/Timer.cpp