[PATCH] D137259: [clang][modules][deps] WIP: In-memory module transfer

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 15:49:33 PST 2022


jansvoboda11 updated this revision to Diff 475613.
jansvoboda11 added a comment.

Fixed two tests:

- modules-pch.c by always marking identifier info as not out-of-date when getting leaf module macros,
- modules-module-map-order.m by updating the sorting logic for gathering `SortedFiles`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137259/new/

https://reviews.llvm.org/D137259

Files:
  clang/include/clang/Frontend/CompilerInstance.h
  clang/include/clang/Lex/PreprocessorOptions.h
  clang/include/clang/Lex/Token.h
  clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
  clang/lib/Frontend/CompilerInstance.cpp
  clang/lib/Frontend/FrontendActions.cpp
  clang/lib/Serialization/ASTWriter.cpp
  clang/lib/Serialization/GeneratePCH.cpp
  clang/lib/Tooling/DependencyScanning/DependencyScanningService.cpp
  clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
  clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
  clang/test/ClangScanDeps/modules-basic.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137259.475613.patch
Type: text/x-patch
Size: 34928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221115/8ee0eaf0/attachment-0001.bin>


More information about the cfe-commits mailing list