[llvm-commits] CVS: llvm/include/llvm/Type.h
Misha Brukman
brukman at cs.uiuc.edu
Tue Feb 10 15:49:03 PST 2004
Changes in directory llvm/include/llvm:
Type.h updated: 1.38 -> 1.39
---
Log message:
Doxygenify comment.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.38 llvm/include/llvm/Type.h:1.39
--- llvm/include/llvm/Type.h:1.38 Sun Feb 8 23:40:14 2004
+++ llvm/include/llvm/Type.h Tue Feb 10 15:48:12 2004
@@ -142,7 +142,7 @@
/// 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
More information about the llvm-commits
mailing list