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.
Details
Details
- Reviewers
EricWF - Group Reviewers
Restricted Project - Commits
- rGe6eb942ffa4c: [libc++abi] NFC: Simplify extern C declaration
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Why was this file ever getting built as plain C anyway?
All of the libc++abi source files that use it should be C++.