summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-12-04 22:35:50 +0000
committerAnders Carlsson <andersca@mac.com>2009-12-04 22:35:50 +0000
commitcfb65d743217c02f68e3131cce011f08b2446213 (patch)
tree307ed34df38f417b8f544e05eea94c1ebc053b22 /clang/lib/CodeGen/CodeGenModule.cpp
parent1ed86de0800f2ef399ba1f01bdbe015dbba76a78 (diff)
downloadbcm5719-llvm-cfb65d743217c02f68e3131cce011f08b2446213.tar.gz
bcm5719-llvm-cfb65d743217c02f68e3131cce011f08b2446213.zip
Be a little more clever about inline member functions that are marked inline in the inline class declaration but not in the actual definition:
class A { inline void f(); } void A::f() { } This is not the most ideal solution, since it doesn't work 100% with regular functions (as my FIXME comment states). llvm-svn: 90607
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud