[all-commits] [llvm/llvm-project] fde9d3: [libc++abi] Change __cxa_finalize return type to void
Ryan Prichard via All-commits
all-commits at lists.llvm.org
Tue Mar 10 14:47:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fde9d33f7101bac631b26990d17822474d3a34e9
https://github.com/llvm/llvm-project/commit/fde9d33f7101bac631b26990d17822474d3a34e9
Author: Ryan Prichard <rprichard at google.com>
Date: 2020-03-10 (Tue, 10 Mar 2020)
Changed paths:
M libcxxabi/include/cxxabi.h
Log Message:
-----------
[libc++abi] Change __cxa_finalize return type to void
Summary:
The return type of __cxa_finalize is documented as void in the Itanium
C++ ABI, and it is void in various C libraries.
Reviewers: EricWF, ldionne, compnerd, mclow.lists, MaskRay
Reviewed By: MaskRay
Subscribers: MaskRay, dexonsmith, ldionne, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D75795
More information about the All-commits
mailing list