We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26e6b0 commit 890ef3dCopy full SHA for 890ef3d
lib/PrintAsClang/ModuleContentsWriter.cpp
@@ -240,7 +240,8 @@ class ModuleWriter {
240
}
241
242
void forwardDeclare(const EnumDecl *ED) {
243
- // TODO: skip for now; will overhaul the forward decals for c++ in the future
+ // TODO: skip for now; will overhaul the forward decals for c++ in the
244
+ // future
245
if (outputLangMode == swift::OutputLanguageMode::Cxx) {
246
return;
247
0 commit comments