[LLVMbugs] [Bug 10318] New: namespace error message doesn't make sense
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jul 9 12:00:38 PDT 2011
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: unassignedclangbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
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.
More information about the llvm-bugs
mailing list