[clang] [llvm] [clang][LLVM Demangler] Add a diagnostic that validates that all mang… (PR #111391)
Viktoriia Bakalova via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 28 07:06:51 PDT 2024
================
@@ -41,7 +41,9 @@
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/CodeGenOptions.h"
#include "clang/Basic/Diagnostic.h"
+#include "clang/Basic/DiagnosticFrontend.h"
----------------
VitaNuo wrote:
Sorry, most of those are a result of multiple iterations of this patch.
The only necessary one is `llvm/Demangle/Demangle.h`.
Is that all right to add one include or should I still extract the code?
Removing all the other includes for now.
https://github.com/llvm/llvm-project/pull/111391
More information about the cfe-commits
mailing list