mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:06:06 +00:00
Fix comment.
llvm-svn: 68236
This commit is contained in:
parent
35b0c52add
commit
95af35e251
@ -784,7 +784,7 @@ static void GenExtAddEdge(PathDiagnostic& PD,
|
||||
if (NewLoc == PrevLoc)
|
||||
return;
|
||||
|
||||
// Are we jumping between statements with the same compound statement?
|
||||
// Are we jumping between statements within the same compound statement?
|
||||
if (!allowBlockJump)
|
||||
if (const Stmt *PS = PrevLoc.asStmt())
|
||||
if (const Stmt *NS = NewLoc.asStmt()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user