Loading clang/lib/Sema/Sema.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, AccessCheckingSFINAE(false), InNonInstantiationSFINAEContext(false), NonInstantiationEntries(0), ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(0), TyposCorrected(0), AnalysisWarnings(*this), Ident_super(0) AnalysisWarnings(*this), CurScope(0), Ident_super(0) { TUScope = 0; Loading Loading
clang/lib/Sema/Sema.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, AccessCheckingSFINAE(false), InNonInstantiationSFINAEContext(false), NonInstantiationEntries(0), ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(0), TyposCorrected(0), AnalysisWarnings(*this), Ident_super(0) AnalysisWarnings(*this), CurScope(0), Ident_super(0) { TUScope = 0; Loading