From 2731b7ded33c5a4fb5d4654bd62b92b04faa7e8e Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Fri, 9 Sep 2011 11:02:57 +0000 Subject: [PATCH] Update comment because JumpDiagnostics.cpp is not just about VLA scope. llvm-svn: 139364 --- clang/lib/Sema/JumpDiagnostics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/lib/Sema/JumpDiagnostics.cpp b/clang/lib/Sema/JumpDiagnostics.cpp index d7f6769f747f..2b32518f6476 100644 --- a/clang/lib/Sema/JumpDiagnostics.cpp +++ b/clang/lib/Sema/JumpDiagnostics.cpp @@ -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. // //===----------------------------------------------------------------------===//