From c7d2e339f9a71a40db7b199082b42fe91e6fa2cb Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Tue, 12 Jun 2012 01:21:44 +0000 Subject: [PATCH] =?utf8?q?Correct=20comment.=20=20The=20return=20type=20wa?= =?utf8?q?s=20changed=20to=20const=20Type*=20in=20r123814.=20=20Patch=20by?= =?utf8?q?=20David=20R=C3=B6thlisberger.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158347 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Type.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 12fc7409cb..23308d0873 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -522,8 +522,6 @@ public: void setLocalFastQualifiers(unsigned Quals) { Value.setInt(Quals); } /// Retrieves a pointer to the underlying (unqualified) type. - /// This should really return a const Type, but it's not worth - /// changing all the users right now. /// /// This function requires that the type not be NULL. If the type might be /// NULL, use the (slightly less efficient) \c getTypePtrOrNull(). -- 2.40.0