[llvm-commits] [llvm] r40852 - /llvm/trunk/include/llvm/ADT/APInt.h

Reid Spencer rspencer at reidspencer.com
Sun Aug 5 12:36:39 PDT 2007


Author: reid
Date: Sun Aug  5 14:36:39 2007
New Revision: 40852

URL: http://llvm.org/viewvc/llvm-project?rev=40852&view=rev
Log:
Document a missing parameter.

Modified:
    llvm/trunk/include/llvm/ADT/APInt.h

Modified: llvm/trunk/include/llvm/ADT/APInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APInt.h?rev=40852&r1=40851&r2=40852&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/APInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APInt.h Sun Aug  5 14:36:39 2007
@@ -189,6 +189,7 @@
   /// @param numBits the bit width of the constructed APInt
   /// @param strStart the start of the string to be interpreted
   /// @param slen the maximum number of characters to interpret
+  /// @param radix the radix to use for the conversion
   /// @brief Construct an APInt from a string representation.
   APInt(uint32_t numBits, const char strStart[], uint32_t slen, uint8_t radix);
 





More information about the llvm-commits mailing list