RequirementMachine: More comments

This commit is contained in:
Slava Pestov
2022-03-29 11:09:47 -04:00
parent a49548c5e9
commit ad2f73af44
5 changed files with 90 additions and 6 deletions

View File

@@ -151,7 +151,8 @@
using namespace swift;
using namespace rewriting;
/// Build a DebugOptions by parsing a comma-separated list of debug flags.
/// Parse a comma-separated list from the -debug-requirement-machine= frontend
/// flag.
static DebugOptions parseDebugFlags(StringRef debugFlags) {
DebugOptions result;