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: unassignedb...@nondot.org
          Reporter: nwes...@fastmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to