mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[frontend] Add support for parsing ImmediateArgv.
These are not yet used, since the integrated frontend doesn’t yet support immediate mode, but they are ready for use once immediate mode is supported. Swift SVN r11326
This commit is contained in:
@@ -47,6 +47,9 @@ public:
|
||||
/// frontend invocation.
|
||||
std::string SerializedDiagnosticsPath;
|
||||
|
||||
/// Arguments which should be passed in immediate mode.
|
||||
std::vector<std::string> ImmediateArgv;
|
||||
|
||||
/// Indicates whether or not the frontend should print statistics upon
|
||||
/// termination.
|
||||
bool PrintStats = false;
|
||||
|
||||
Reference in New Issue
Block a user