]> granicus.if.org Git - clang/commit
Teach CodeGenFunction::EmitDecl to ignore Using and UsingShadow decls.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 23 Nov 2009 00:07:06 +0000 (00:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 23 Nov 2009 00:07:06 +0000 (00:07 +0000)
commitfa133a183cb546a70fd5b029db72cb8f8561bec2
tree799e0888325af43eee936080a7a53b3112f58ea4
parentce9f423d2ce4b8699d9f6c7623053f645ac4dc6d
Teach CodeGenFunction::EmitDecl to ignore Using and UsingShadow decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp