]> granicus.if.org Git - clang/commitdiff
update name
authorChris Lattner <sabre@nondot.org>
Tue, 31 Jul 2007 16:50:51 +0000 (16:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 31 Jul 2007 16:50:51 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40637 91177308-0d34-0410-b5e6-96231b3b80d8

docs/InternalsManual.html

index 16e5d2d813d35857dc0875113685df1f1d5d0c9b..3b49c9c6196b2599d779985abc81d04dd693f145 100644 (file)
@@ -395,7 +395,7 @@ typedefs to find the pointer type.  For example, if the subexpression had type
 "<tt>foo*</tt>", we could return that type as the result.  If the subexpression
 had type "<tt>bar</tt>", we want to return "<tt>foo*</tt>" (note that we do
 <em>not</em> want "<tt>int*</tt>").  In order to provide all of this, Type has
-a getIfPointerType() method that checks whether the type is structurally a
+a getAsPointerType() method that checks whether the type is structurally a
 PointerType and, if so, returns the best one.  If not, it returns a null
 pointer.</p>