diff options
author | Anders Carlsson <andersca@mac.com> | 2009-12-04 22:35:50 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-12-04 22:35:50 +0000 |
commit | cfb65d743217c02f68e3131cce011f08b2446213 (patch) | |
tree | 307ed34df38f417b8f544e05eea94c1ebc053b22 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 1ed86de0800f2ef399ba1f01bdbe015dbba76a78 (diff) | |
download | bcm5719-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