OSDN Git Service

[NFC] Use std::free instead of ::free
authorLouis Dionne <ldionne@apple.com>
Mon, 20 Jul 2020 20:15:49 +0000 (16:15 -0400)
committerLouis Dionne <ldionne@apple.com>
Mon, 20 Jul 2020 20:19:08 +0000 (16:19 -0400)
commit78f543e5a1cd46b5232d5479dd513d2110f52e96
treed2542b3ecd80c37b17b6ed87b264d3e940c43da0
parent750f4c591d6c3a62887250783e2a63af0daaa630
[NFC] Use std::free instead of ::free

Since we include <cstdlib> instead of <stdlib.h>, it makes sense to
use std::free.
llvm/lib/Demangle/Demangle.cpp