]> granicus.if.org Git - clang/commit
When we're looking for redeclarations which might provide a definition in CodeGen...
authorEli Friedman <eli.friedman@gmail.com>
Mon, 2 Jul 2012 21:05:30 +0000 (21:05 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 2 Jul 2012 21:05:30 +0000 (21:05 +0000)
commitb135f0f2d893121ed2cc46d4d6c5bd5ab87d872f
tree9efd45a8addf24674c9455014201b8a7efd5a3f6
parent24364151180895f90018b6e373e51c0082ecff35
When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations.  PR13252.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGenCXX/inline-functions.cpp