mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Document a missing parameter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
81a7572f1a
commit
f094f81d36
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user