зеркало из https://github.com/microsoft/clang-1.git
fix typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
5617fae541
Коммит
843e934ba8
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines methods that implement bitcode serialization for Decls.
|
// This file defines methods that implement bitcode serialization for Decls.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines methods that implement bitcode serialization for Types.
|
// This file defines methods that implement bitcode serialization for Types.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines the methods for CFRefCount, which implements
|
// This file defines the methods for CFRefCount, which implements
|
||||||
// a reference count checker for Core Foundation (Mac OS X).
|
// a reference count checker for Core Foundation (Mac OS X).
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines CFRefCount, which defines the transfer functions
|
// This file defines CFRefCount, which defines the transfer functions
|
||||||
// to implement the Core Foundation reference count checker.
|
// to implement the Core Foundation reference count checker.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines a DeadStores, a flow-sensitive checker that looks for
|
// This file defines a DeadStores, a flow-sensitive checker that looks for
|
||||||
// stores to variables that are no longer live.
|
// stores to variables that are no longer live.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines GRSimpleVals, a sub-class of GRTransferFuncs that
|
// This file defines GRSimpleVals, a sub-class of GRTransferFuncs that
|
||||||
// provides transfer functions for performing simple value tracking with
|
// provides transfer functions for performing simple value tracking with
|
||||||
// limited support for symbolics.
|
// limited support for symbolics.
|
||||||
//
|
//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines GRSimpleVals, a sub-class of GRTransferFuncs that
|
// This file defines GRSimpleVals, a sub-class of GRTransferFuncs that
|
||||||
// provides transfer functions for performing simple value tracking with
|
// provides transfer functions for performing simple value tracking with
|
||||||
// limited support for symbolics.
|
// limited support for symbolics.
|
||||||
//
|
//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines RVal, LVal, and NonLVal, classes that represent
|
// This file defines RVal, LVal, and NonLVal, classes that represent
|
||||||
// abstract r-values for use with path-sensitive value tracking.
|
// abstract r-values for use with path-sensitive value tracking.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines SymbolManager, a class that manages symbolic values
|
// This file defines SymbolManager, a class that manages symbolic values
|
||||||
// created for use by GRExprEngine and related classes.
|
// created for use by GRExprEngine and related classes.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines ValueManager, a class that manages the lifetime of APSInt
|
// This file defines ValueManager, a class that manages the lifetime of APSInt
|
||||||
// objects and symbolic constraints used by GRExprEngine and related classes.
|
// objects and symbolic constraints used by GRExprEngine and related classes.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines SymbolID, ExprBindKey, and ValueState*
|
// This file defines SymbolID, ExprBindKey, and ValueState*
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
//
|
//
|
||||||
// Constant Propagation via Graph Reachability
|
// Constant Propagation via Graph Reachability
|
||||||
//
|
//
|
||||||
// This files defines the interface to use the 'GRSimpleVals' path-sensitive
|
// This file defines the interface to use the 'GRSimpleVals' path-sensitive
|
||||||
// constant-propagation analysis.
|
// constant-propagation analysis.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines GRTransferFuncs, which provides a base-class that
|
// This file defines GRTransferFuncs, which provides a base-class that
|
||||||
// defines an interface for transfer functions used by GRExprEngine.
|
// defines an interface for transfer functions used by GRExprEngine.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines RVal, LVal, and NonLVal, classes that represent
|
// This file defines RVal, LVal, and NonLVal, classes that represent
|
||||||
// abstract r-values for use with path-sensitive value tracking.
|
// abstract r-values for use with path-sensitive value tracking.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines SymbolManager, a class that manages symbolic values
|
// This file defines SymbolManager, a class that manages symbolic values
|
||||||
// created for use by GRExprEngine and related classes.
|
// created for use by GRExprEngine and related classes.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines ValueManager, a class that manages the lifetime of APSInt
|
// This file defines ValueManager, a class that manages the lifetime of APSInt
|
||||||
// objects and symbolic constraints used by GRExprEngine and related classes.
|
// objects and symbolic constraints used by GRExprEngine and related classes.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This files defines SymbolID, ExprBindKey, and ValueState*
|
// This file defines SymbolID, ExprBindKey, and ValueState*
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче