[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 17 08:43:31 PST 2025
================
@@ -142,6 +142,15 @@ void printDependencyDirectivesAsSource(
/// \returns true if any C++20 named modules related directive was found.
bool scanInputForCXX20ModulesUsage(StringRef Source);
+/// Scan an input source buffer, and check whether the input ssource is a
----------------
cor3ntin wrote:
```suggestion
/// Scan an input source buffer, and check whether the input source is a
```
https://github.com/llvm/llvm-project/pull/107168
More information about the cfe-commits
mailing list