]> granicus.if.org Git - clang/commit
Make sure that out-of-line function and variable definitions are not
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Sep 2009 18:41:37 +0000 (18:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Sep 2009 18:41:37 +0000 (18:41 +0000)
commitd04b1be7d3015a307f93eea0b9ab0ecce612951e
tree8465af67623c2995f0ba593ed806d158d1891a51
parentd8307b1033ef52a1ae640691bc45052fddb07a69
Make sure that out-of-line function and variable definitions are not
pushed into scope. Fixes PR5056.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83003 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/CXX/temp/temp.decls/temp.class/temp.mem.func/pr5056.cpp [new file with mode: 0644]