[LLVMbugs] [Bug 20816] New: serialization::isRedeclarableDeclKind has three incosistencies with actual inheritance

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 29 21:10:28 PDT 2014


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

            Bug ID: 20816
           Summary: serialization::isRedeclarableDeclKind has three
                    incosistencies with actual inheritance
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Will return true for NamespaceAliasDecl which does not inherit from
Redeclarable<> (comment is // FIXME: Not yet redeclarable, but will be.)

Will return false for ImplicitParamDecl, ParmVarDecl which do inherit from
Redeclarable<>.

-- 
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/20140830/67c42b89/attachment.html>


More information about the llvm-bugs mailing list