[all-commits] [llvm/llvm-project] e6eb94: [libc++abi] NFC: Simplify extern C declaration
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Mar 11 14:56:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e6eb942ffa4c920c6e906270c726299c838165aa
https://github.com/llvm/llvm-project/commit/e6eb942ffa4c920c6e906270c726299c838165aa
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-11 (Wed, 11 Mar 2020)
Changed paths:
M libcxxabi/src/abort_message.h
Log Message:
-----------
[libc++abi] NFC: Simplify extern C declaration
It seems to me that abort_message.h is always included in a C++ file, so
it's fine to assume that it's C++ code.
Differential Revision: https://reviews.llvm.org/D76027
More information about the All-commits
mailing list