| commit | 34bc6e5ee401508a24cddd827c53b514dceb2347 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Sep 23 19:04:03 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Sep 23 19:04:03 2011 +0000 |
| tree | 2b45f71a6b02f4951ffb8dfd640aa9707b65e8eb | |
| parent | c367b8f8cc2352430f434254ee4d6b23d6af59a9 [diff] |
When checking for weak vtables, check whether the actual definition of the key function is inline, rather than the original declaration. Perhaps FunctionDecl::isInlined() is poorly named. Fixes <rdar://problem/9979458>. llvm-svn: 140400