[LLVMbugs] [Bug 20816] serialization::isRedeclarableDeclKind has three incosistencies with actual inheritance
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 3 16:12:20 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20816
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
As of r217103, NamespaceAliasDecl is Redeclarable, as it should be. The other
two are correct; they inherit from VarDecl, which in general is Redeclarable,
but those two forms of VarDecl are not actually 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/20140903/27530552/attachment.html>
More information about the llvm-bugs
mailing list