Emit in-class member function definitions that are marked
commit5d309cecac4eef7b0fa1077e7f9f5b21aa609e43
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 15 Feb 2011 18:11:42 +0000 (15 18:11 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Tue, 15 Feb 2011 18:11:42 +0000 (15 18:11 +0000)
treee11d5beeffe69d1a6ffcf07f0903727d3ff1b8e0
parenta602de14fe931b4c913fefc000f668b42928e8ec
Emit in-class member function definitions that are marked
"used". Fixes <rdar://problem/8684363>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125579 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ModuleBuilder.cpp
test/CodeGenCXX/attr-used.cpp [new file with mode: 0644]