From 5e871dadae023ab1c0c692cbfea5caa0294c1adc Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 10 Feb 2004 21:48:12 +0000 Subject: [PATCH] Doxygenify comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11292 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Type.h b/include/llvm/Type.h index d18d7096d35..e415d1a2202 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -142,7 +142,7 @@ public: /// isSigned - Return whether an integral numeric type is signed. This is /// true for SByteTy, ShortTy, IntTy, LongTy. Note that this is not true for /// Float and Double. - // + /// virtual bool isSigned() const { return 0; } /// isUnsigned - Return whether a numeric type is unsigned. This is not quite