"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "99819b527d904011b41004cf32235ca08c599d8b"
Switch NamespaceDecl from its own hand-rolled redeclaration chain over
to Redeclarable<NamespaceDecl>, so that we benefit from the improveed redeclaration deserialization and merging logic provided by Redeclarable<T>. Otherwise, no functionality change. As a drive-by fix, collapse the "inline" bit into the low bit of the original namespace/anonymous namespace, saving 8 bytes per NamespaceDecl on x86_64. llvm-svn: 147729
Loading
Please register or sign in to comment