Skip to content

Commit 7c25be3

Browse files
committed
[cxx-interop] NFC: Add inline doc comments
1 parent 9169d81 commit 7c25be3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/swift/ClangImporter/ClangImporter.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,13 @@ ValueDecl *getImportedMemberOperator(const DeclBaseName &name,
718718
} // namespace importer
719719

720720
struct ClangInvocationFileMapping {
721+
/// Mapping from a file name to an existing file path.
721722
SmallVector<std::pair<std::string, std::string>, 2> redirectedFiles;
723+
724+
/// Mapping from a file name to a string of characters that represents the
725+
/// contents of the file.
722726
SmallVector<std::pair<std::string, std::string>, 1> overridenFiles;
727+
723728
bool requiresBuiltinHeadersInSystemModules;
724729
};
725730

0 commit comments

Comments
 (0)