[llvm-bugs] [Bug 34338] New: Problem with name lookup in recursive template function calls.

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Aug 27 13:35:46 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34338

            Bug ID: 34338
           Summary: Problem with name lookup in recursive template
                    function calls.
           Product: clang
           Version: 4.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: denis.yaroshevskij at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org

When dealing with member declarations, clang fails to lookup later
declarations.
Example: https://godbolt.org/g/hdxQqB

GCC compiles this code successfully.

-- 
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/20170827/52ab3cab/attachment.html>


More information about the llvm-bugs mailing list