================
@@ -42,7 +41,11 @@
#include <memory>
#include <vector>
-namespace clang::clangd {
+namespace clang {
+
+class Module;
----------------
davidstone wrote:Specifically I'm following the guidance at: https://llvm.org/docs/CodingStandards.html#include-as-little-as-possible https://github.com/llvm/llvm-project/pull/93417 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
