Result += RCDecl->getName();
Result += "_IMPL ";
Result += RCDecl->getName();
- Result += "_IVARS";
- Result += ";\n";
+ Result += "_IVARS;\n";
// insert the super class structure definition.
SourceLocation OnePastCurly =
Result += RCDecl->getName();
Result += "_IMPL ";
Result += RCDecl->getName();
- Result += "_IVARS";
- Result += ";\n};\n";
+ Result += "_IVARS;\n};\n";
ReplaceText(LocStart, endBuf-startBuf, Result.c_str(), Result.size());
}
// Mark this struct as having been generated.