[LLVMbugs] [Bug 5899] useless overload resolution fail diagnostic
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 5 14:26:19 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=5899
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |FIXED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-06-05 16:26:19 CDT ---
These days, we produce this:
/usr/local/google/home/richardsmith/llvm-1/src/lib/Support/StringMap.cpp:21:10:
error: reference to non-static member function must be called; did you mean to
call it with no arguments?
X = I->first;
~~~^~~~~
()
--
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