[Lldb-commits] [lldb] [lldb] Override default struct layout when building register types (PR #189590)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 14 07:18:36 PDT 2026
================
@@ -9,6 +9,8 @@
#ifndef LLDB_SOURCE_PLUGINS_REGISTERTYPEBUILDER_REGISTERTYPEBUILDERCLANG_H
#define LLDB_SOURCE_PLUGINS_REGISTERTYPEBUILDER_REGISTERTYPEBUILDERCLANG_H
+#include "clang/AST/ExternalASTSource.h"
+
----------------
DavidSpickett wrote:
I don't think so, I just threw it in and the various formatters didn't complain. I'll align it to https://llvm.org/docs/CodingStandards.html#include-style.
https://github.com/llvm/llvm-project/pull/189590
More information about the lldb-commits
mailing list