[cfe-commits] r139364 - /cfe/trunk/lib/Sema/JumpDiagnostics.cpp
Francois Pichet
pichet2000 at gmail.com
Fri Sep 9 04:02:58 PDT 2011
Author: fpichet
Date: Fri Sep 9 06:02:57 2011
New Revision: 139364
URL: http://llvm.org/viewvc/llvm-project?rev=139364&view=rev
Log:
Update comment because JumpDiagnostics.cpp is not just about VLA scope.
Modified:
cfe/trunk/lib/Sema/JumpDiagnostics.cpp
Modified: cfe/trunk/lib/Sema/JumpDiagnostics.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/JumpDiagnostics.cpp?rev=139364&r1=139363&r2=139364&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/JumpDiagnostics.cpp (original)
+++ cfe/trunk/lib/Sema/JumpDiagnostics.cpp Fri Sep 9 06:02:57 2011
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list