projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a7572
)
Document a missing parameter.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 5 Aug 2007 19:36:39 +0000
(19:36 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 5 Aug 2007 19:36:39 +0000
(19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40852
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/APInt.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/APInt.h
b/include/llvm/ADT/APInt.h
index 535e5db94184d84cd1b7d33deefbc3903ae78a04..7e7c67bcaf697c0501774dd8474e28a1ee8af2df 100644
(file)
--- a/
include/llvm/ADT/APInt.h
+++ b/
include/llvm/ADT/APInt.h
@@
-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);