[clang] [clang-tools-extra] [libcxx] [clang][Modules] Remove unnecessary includes of `Module.h` (PR #93417)
David Stone via cfe-commits
cfe-commits at lists.llvm.org
Mon May 27 09:42:05 PDT 2024
================
@@ -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
More information about the cfe-commits
mailing list