]> granicus.if.org Git - clang/commit
Clean up handling of function redeclarations
authorDouglas Gregor <dgregor@apple.com>
Mon, 21 Apr 2008 02:02:58 +0000 (02:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 21 Apr 2008 02:02:58 +0000 (02:02 +0000)
commitf009795057dc8ca254f5618c80a0a90f07cd44b4
tree5329561e54fb30356a7b47e6827b3021c5d2047c
parent7b989570f0fe262b6bdbad412577450c81304936
Clean up handling of function redeclarations

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50021 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/Parse/Scope.h
lib/AST/Decl.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
test/Sema/redefinition.c [new file with mode: 0644]