[SE-0289] Finish renaming source code, tests to "result builders"

This commit is contained in:
Doug Gregor
2020-10-20 22:18:51 -07:00
parent 0d568a93d4
commit 6d41524fe6
49 changed files with 313 additions and 314 deletions

View File

@@ -63,7 +63,7 @@ public:
if (!sig->requiresProtocol(paramResultType, ViewProtocol)) continue;
// The parameter must not be a @ViewBuilder parameter.
if (param->getFunctionBuilderType()) continue;
if (param->getResultBuilderType()) continue;
// Print the function.
printDecl(fn);