commit | 6411b92ee6d4ac926a7f5daa2bfd5adfcfa6b033 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Fri Sep 11 20:15:17 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Fri Sep 11 20:15:17 2009 +0000 |
tree | 05fdd9c13e8892e34615987aeb705f284c745a8d | |
parent | 3d22a3af2d3e441fa2b98f3c397804617edb2ef8 [diff] |
Tweak the semantics of FunctionDecl::isOutOfLine to consider an instantiation of a member function template or member function of a class template to be out-of-line if the definition of that function template or member function was defined out-of-line. This ensures that we get the correct linkage for explicit instantiations of out-of-line definitions. llvm-svn: 81562