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

           Summary: namespace error message doesn't make sense
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


I got this:

Callgraph.ii:76782:3: error: no template named 'GraphWriter' in namespace
'llvm'; did you mean 'llvm::GraphWriter'?
  GraphWriter<CallGraph> W(llvm::errs(), *this);
  ^~~~~~~~~~~
  llvm::GraphWriter



Saying "no template named 'GraphWriter' in namespace 'llvm'" doesn't make
sense, because there is one, and that is what I wanted to use.  nice fixit
though :)

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to