improve comment.

Swift SVN r1113
This commit is contained in:
Chris Lattner
2012-02-13 22:27:52 +00:00
parent 2b65cf22d1
commit 01a53ac0d5

View File

@@ -295,7 +295,9 @@ public:
}
/// getTypeOfReference - Returns the type that would arise from a
/// normal reference to this declaration.
/// normal reference to this declaration. For isReferencedAsLValue()'d decls,
/// this returns a reference to the value's type. For non-lvalue decls, this
/// just returns the decl's type.
Type getTypeOfReference() const;
/// isReferencedAsLValue - Returns 'true' if references to this