Loading clang/lib/CodeGen/CGStmt.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) { Loc = S->getLocStart(); DI->EmitLocation(Builder, Loc); //if (++NumStopPoints == 1) LastStopPoint = Loc; } } Loading Loading
clang/lib/CodeGen/CGStmt.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) { Loc = S->getLocStart(); DI->EmitLocation(Builder, Loc); //if (++NumStopPoints == 1) LastStopPoint = Loc; } } Loading