mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Add required additional C++ interop overlay module queries
This commit is contained in:
@@ -53,6 +53,8 @@ using ContextHashIDField = IdentifierIDField;
|
||||
|
||||
/// A bit that indicates whether or not a module is a framework
|
||||
using IsFrameworkField = BCFixed<1>;
|
||||
/// A bit that indicates whether or not a module is a system module
|
||||
using IsSystemField = BCFixed<1>;
|
||||
|
||||
/// Arrays of various identifiers, distinguished for readability
|
||||
using IdentifierIDArryField = llvm::BCArray<IdentifierIDField>;
|
||||
@@ -193,7 +195,8 @@ using ClangModuleDetailsLayout =
|
||||
FlagIDArrayIDField, // capturedPCMArgs
|
||||
IdentifierIDField, // CASFileSystemRootID
|
||||
IdentifierIDField, // clangIncludeTreeRoot
|
||||
IdentifierIDField // moduleCacheKey
|
||||
IdentifierIDField, // moduleCacheKey
|
||||
IsSystemField // isSystem
|
||||
>;
|
||||
} // namespace graph_block
|
||||
|
||||
|
||||
Reference in New Issue
Block a user