]> granicus.if.org Git - clang/commit
Remove an assertion that hit on legitimate cases. A redeclaration may have location...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 07:38:53 +0000 (07:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 28 Oct 2010 07:38:53 +0000 (07:38 +0000)
commit3c7d7afd2530610e3d5678c4369731471d1bfb59
tree1ad99a759a74a2b2ac2c6d9d7bf127bbcd3e0fca
parent100050bf643bcfe2d06bdcef491e387171249260
Remove an assertion that hit on legitimate cases. A redeclaration may have location before the
first one if the redeclaration comes from a friend decl.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp