[LLVMbugs] [Bug 19187] New: Truncated description for DataLayout::fitsInLegalInteger
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Mar 19 05:37:19 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19187
Bug ID: 19187
Summary: Truncated description for
DataLayout::fitsInLegalInteger
Product: Documentation
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Doxygen
Assignee: unassignedbugs at nondot.org
Reporter: gplanet at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The description for DataLayout::fitsInLegalInteger ends mid-sentence.
http://llvm.org/docs/doxygen/html/classllvm_1_1DataLayout.html
llvm::DataLayout::fitsInLegalInteger
fitsInLegalInteger - This function returns true if the specified type fits in a
native integer type supported by the CPU. For example, if the CPU only supports
i32 as a native integer type, then i27 fits in a legal
Definition at line 285 of file DataLayout.h.
Looking at the source code, there is just a missing slash.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140319/07bb69c2/attachment.html>
More information about the llvm-bugs
mailing list