[analyzer] More fixups/rewording based on Jordan's feedback.

llvm-svn: 162597
This commit is contained in:
Anna Zaks 2012-08-24 21:07:45 +00:00
parent e6afde59db
commit 6c67d98374
2 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@ public:
/// \brief Returns the currently inferred upper bound on the runtime type.
QualType getType() const { return T; }
/// \brief Returns false if the type T is the only type in the lattice
/// (the type information is precise), true otherwise.
/// \brief Returns false if the type information is precise (the type T is
/// the only type in the lattice), true otherwise.
bool canBeASubClass() const { return CanBeASubClass; }
void Profile(llvm::FoldingSetNodeID &ID) const {

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file defines the state of the program along the analyzes path.
// This file defines the state of the program along the analysisa path.
//
//===----------------------------------------------------------------------===//