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 8c70a96 commit ae624f3Copy full SHA for ae624f3
lib/AST/ASTVerifier.cpp
@@ -2734,8 +2734,8 @@ class Verifier : public ASTWalker {
2734
const DeclContext *DC = GTPD->getDeclContext();
2735
2736
// Skip verification of deserialized generic param decls that have the
2737
- // the file set as their parent. This happens when they have not yet had
2738
- // their correct parent set.
+ // file set as their parent. This happens when they have not yet had their
+ // correct parent set.
2739
// FIXME: This is a hack to workaround the fact that we don't necessarily
2740
// parent a GenericTypeParamDecl if we just deserialize its type.
2741
if (auto *fileDC = dyn_cast<FileUnit>(DC)) {
0 commit comments