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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to