mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
clang-format on TODO
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user