//
//===----------------------------------------------------------------------===//
//
-// This files defines methods that implement bitcode serialization for Decls.
+// This file defines methods that implement bitcode serialization for Decls.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// This files defines methods that implement bitcode serialization for Types.
+// This file defines methods that implement bitcode serialization for Types.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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).
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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
// limited support for symbolics.
//
//
//===----------------------------------------------------------------------===//
//
-// 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
// limited support for symbolics.
//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// This files defines SymbolID, ExprBindKey, and ValueState*
+// This file defines SymbolID, ExprBindKey, and ValueState*
//
//===----------------------------------------------------------------------===//
//
// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// 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.
//
//===----------------------------------------------------------------------===//
//
//===----------------------------------------------------------------------===//
//
-// This files defines SymbolID, ExprBindKey, and ValueState*
+// This file defines SymbolID, ExprBindKey, and ValueState*
//
//===----------------------------------------------------------------------===//