[all-commits] [llvm/llvm-project] a9e972: [libcxxabi] Add missing include statement.
cmtice via All-commits
all-commits at lists.llvm.org
Fri Oct 6 17:18:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9e97278aa0754e1ee7564dace1474b4e759df99
https://github.com/llvm/llvm-project/commit/a9e97278aa0754e1ee7564dace1474b4e759df99
Author: Caroline Tice <cmtice at google.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M libcxxabi/src/cxa_demangle.cpp
Log Message:
-----------
[libcxxabi] Add missing include statement.
Change aade74675c15d3bae5fdfa67f7b4b6ed9dac3d20 updated exception
handling in parts of libc++, but forgot to include <exceptions> in
cxa_demangle.cpp. This commit corrects that issue.
More information about the All-commits
mailing list