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 f5606eb commit 11b798dCopy full SHA for 11b798d
clang/lib/AST/DeclTemplate.cpp
@@ -354,7 +354,7 @@ void RedeclarableTemplateDecl::loadLazySpecializationsImpl() const {
354
// This order matches the order in which namelookup discovers declarations
355
// coming from modules.
356
for (unsigned I = SpecSize; I != 0; --I)
357
- (void)Context.getExternalSource()->GetExternalDecl(Specs[I-1]);
+ (void)Context.getExternalSource()->GetExternalDecl(Specs[I - 1]);
358
}
359
360
0 commit comments