mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user