]> granicus.if.org Git - clang/commit
Ensure that the most recent declaration of a tentative definition wins
authorDaniel Dunbar <daniel@zuster.org>
Thu, 16 Apr 2009 15:34:14 +0000 (15:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 16 Apr 2009 15:34:14 +0000 (15:34 +0000)
commit6463ef4caf2fb576d38b1b2e15a29ac9f2abb3e7
tree6b8a8359a06200b895655b5cb8a9e6b538a2d136
parent9e820ee054fefe5422b4db3f681e567a8976747e
Ensure that the most recent declaration of a tentative definition wins
when generating a common definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69287 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/tentative-decls.c