[LLVMbugs] [Bug 8004] diagnostic points to function not keyword

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun May 26 15:18:35 PDT 2013


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

Nick Lewycky <nlewycky at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nick Lewycky <nlewycky at google.com> ---
$ clang pr8004.cc
pr8004.cc:2:35: error: non-member function cannot have 'const' qualifier
                    int c, int d) const {
                                  ^~~~~~
1 error generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130526/6fe637a4/attachment.html>


More information about the llvm-bugs mailing list