]> granicus.if.org Git - clang/commit
Emit in-class member function definitions that are marked
authorDouglas Gregor <dgregor@apple.com>
Tue, 15 Feb 2011 18:11:42 +0000 (18:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 15 Feb 2011 18:11:42 +0000 (18:11 +0000)
commitf552c20b3dd21855054010e29882e563fdcccff6
treee11d5beeffe69d1a6ffcf07f0903727d3ff1b8e0
parent8e3df4d0864f0a966c20088ca1a29c3398b7639d
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]