Document a missing parameter.

llvm-svn: 40852
This commit is contained in:
Reid Spencer 2007-08-05 19:36:39 +00:00
parent d959cfc882
commit 187b41ac8a
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public:
/// @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);