[llvm-bugs] [Bug 25974] New: Clang docs reference non-existent getAsPointerType() method
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Dec 30 08:45:52 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25974
Bug ID: 25974
Summary: Clang docs reference non-existent getAsPointerType()
method
Product: Documentation
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: General docs
Assignee: unassignedbugs at nondot.org
Reporter: nweston at fastmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The “Clang” CFE Internals Manual, in the section "canonical Types", refers to
the method Type::getAsPointerType().
As of r77510, this method no longer exists and has been replaced with
Type::getAs<PointerType>
--
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/20151230/a86cd642/attachment.html>
More information about the llvm-bugs
mailing list