[all-commits] [llvm/llvm-project] 1d133d: [Demangle] Include <exception> for IWYU
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 18 22:11:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d133d9e88def5cbe28f594f15293bf946e5d069
https://github.com/llvm/llvm-project/commit/1d133d9e88def5cbe28f594f15293bf946e5d069
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M llvm/lib/Demangle/ItaniumDemangle.cpp
Log Message:
-----------
[Demangle] Include <exception> for IWYU
The called std::terminate currently gets the declaration transitively
through llvm/Demangle/Utility.h, removing <exception> from Utility.h
would break ItaniumDemangle.cpp.
More information about the All-commits
mailing list