зеркало из https://github.com/microsoft/clang.git
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
This commit is contained in:
Родитель
3323fad09e
Коммит
67bc6071d7
|
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче