Update comment because JumpDiagnostics.cpp is not just about VLA scope.

llvm-svn: 139364
This commit is contained in:
Francois Pichet 2011-09-09 11:02:57 +00:00
parent ae61c317c8
commit 2731b7ded3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===--- JumpDiagnostics.cpp - Analyze Jump Targets for VLA issues --------===//
//===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
//
// The LLVM Compiler Infrastructure
//
@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements the JumpScopeChecker class, which is used to diagnose
// jumps that enter a VLA scope in an invalid way.
// jumps that enter a protected scope in an invalid way.
//
//===----------------------------------------------------------------------===//