[all-commits] [llvm/llvm-project] 78f543: [NFC] Use std::free instead of ::free
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jul 20 13:19:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78f543e5a1cd46b5232d5479dd513d2110f52e96
https://github.com/llvm/llvm-project/commit/78f543e5a1cd46b5232d5479dd513d2110f52e96
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M llvm/lib/Demangle/Demangle.cpp
Log Message:
-----------
[NFC] Use std::free instead of ::free
Since we include <cstdlib> instead of <stdlib.h>, it makes sense to
use std::free.
More information about the All-commits
mailing list