]> granicus.if.org Git - clang/commitdiff
Update comment because JumpDiagnostics.cpp is not just about VLA scope.
authorFrancois Pichet <pichet2000@gmail.com>
Fri, 9 Sep 2011 11:02:57 +0000 (11:02 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Fri, 9 Sep 2011 11:02:57 +0000 (11:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139364 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/JumpDiagnostics.cpp

index d7f6769f747f1387bbde2acbfebe8b9efd152383..2b32518f6476f05e82736268e87bf337b3dfe21f 100644 (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.
 //
 //===----------------------------------------------------------------------===//