clang-format on TODO

This commit is contained in:
Tongjie Wang
2022-06-21 20:25:02 -07:00
parent c26e6b062b
commit 890ef3d269

View File

@@ -240,7 +240,8 @@ public:
}
void forwardDeclare(const EnumDecl *ED) {
// 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
// future
if (outputLangMode == swift::OutputLanguageMode::Cxx) {
return;
}