[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 1 07:12:45 PDT 2025
================
@@ -17,13 +17,16 @@
#include "clang/AST/DeclTemplate.h"
#include "clang/Basic/DiagnosticParse.h"
#include "clang/Basic/StackExhaustionHandler.h"
+#include "clang/Basic/TokenKinds.h"
+#include "clang/Lex/ModuleLoader.h"
#include "clang/Parse/RAIIObjectsForParser.h"
#include "clang/Sema/DeclSpec.h"
#include "clang/Sema/EnterExpressionEvaluationContext.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Scope.h"
#include "clang/Sema/SemaCodeCompletion.h"
#include "llvm/ADT/STLForwardCompat.h"
+#include "llvm/ADT/StringRef.h"
----------------
cor3ntin wrote:
We probably don't need to modify the list of includes
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list