http://llvm.org/bugs/show_bug.cgi?id=20816
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Richard Smith <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
