Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2021-09-24 11:54:10 -07:00
20 changed files with 103 additions and 63 deletions

View File

@@ -670,6 +670,10 @@ namespace swift {
/// Options for controlling the behavior of the Clang importer.
class ClangImporterOptions final {
public:
/// The path to the Clang compiler executable.
/// Used to detect the default include paths.
std::string clangPath = "clang";
/// The module cache path which the Clang importer should use.
std::string ModuleCachePath;