[LLVMbugs] [Bug 19586] New: Bug or feature request: can't get template parameter default value if its type is internal

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 28 10:23:37 PDT 2014


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

            Bug ID: 19586
           Summary: Bug or feature request: can't get template parameter
                    default value if its type is internal
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: libclang
          Assignee: unassignedclangbugs at nondot.org
          Reporter: morskoyzmey at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

class A{ };

// Can get cursor A inside cursor T
template<class T = A>
class B{ };

// There is nothing inside or near cursor T
template<class T = int>
class C{ };


Trunk version: r205967

-- 
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/20140428/02c71f09/attachment.html>


More information about the llvm-bugs mailing list