[LLVMbugs] [Bug 13268] New: Incorrect mention of Module method in programmer's manual

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 4 05:39:51 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13268

             Bug #: 13268
           Summary: Incorrect mention of Module method in programmer's
                    manual
           Product: Documentation
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: General docs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: eliben at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


In: http://llvm.org/docs/ProgrammersManual.html#Module

It says the method is:

  Function *getFunction(const std::string &Name, const FunctionType *Ty)

While in reality it is:

  Function *getFunction(StringRef Name) const;

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list