From: Francois Pichet Date: Fri, 9 Sep 2011 11:02:57 +0000 (+0000) Subject: Update comment because JumpDiagnostics.cpp is not just about VLA scope. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67bc6071d7abea2d4870bc4fd8f119ebd93c46f3;p=clang Update comment because JumpDiagnostics.cpp is not just about VLA scope. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139364 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/JumpDiagnostics.cpp b/lib/Sema/JumpDiagnostics.cpp index d7f6769f74..2b32518f64 100644 --- a/lib/Sema/JumpDiagnostics.cpp +++ b/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. // //===----------------------------------------------------------------------===//