Skip to content

Commit 1d133d9

Browse files
committed
[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.
1 parent c4eb880 commit 1d133d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Demangle/ItaniumDemangle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <cstdio>
1919
#include <cstdlib>
2020
#include <cstring>
21+
#include <exception>
2122
#include <functional>
2223
#include <utility>
2324

0 commit comments

Comments
 (0)