[LLVMbugs] [Bug 2181] New: Error in Command Line Library page

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Mar 30 00:41:57 PDT 2008


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

           Summary: Error in Command Line Library page
           Product: Website
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Documentation
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: grrussel at googlemail.com
                CC: llvmbugs at cs.uiuc.edu


http://llvm.org/docs/CommandLine.html

has the following snippet of code

  ofstream Output(OutputFilename.c_str());
  if (Out.good()) .


Out should probably be Output....


-- 
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