[lldb] [clang] [llvm] [clang] Split out DebugOptions.def into its own top-level options group. (PR #75530)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 12:18:26 PST 2023


================
@@ -11,6 +11,7 @@
 
 #include "clang/APINotes/APINotesOptions.h"
 #include "clang/Basic/CodeGenOptions.h"
+#include "clang/Basic/DebugOptions.h"
----------------
jansvoboda11 wrote:

Wouldn't a forward declaration be enough in this case?

https://github.com/llvm/llvm-project/pull/75530


More information about the cfe-commits mailing list