]> granicus.if.org Git - clang/commit
Many refinements to Sema::MergeVarDecl(). This routine still needs some re-work to...
authorSteve Naroff <snaroff@apple.com>
Wed, 30 Jan 2008 00:44:01 +0000 (00:44 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 30 Jan 2008 00:44:01 +0000 (00:44 +0000)
commitb7b032ecb23e5a2ebff89d62478f93313c04d367
treef240461fb61075931e74fa191f8ce8177b03deed
parent52a16499df87730c0252b431abdf2b2e32d756a6
Many refinements to Sema::MergeVarDecl(). This routine still needs some re-work to fully handle tentative decls.

This includes a fix to bz1908.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46540 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaDecl.cpp
include/clang/Basic/DiagnosticKinds.def
test/Sema/tentative-decls.c [new file with mode: 0644]