| commit | 195d8ef452a0712105a88194848db736d415f3c2 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu May 29 03:15:31 2014 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu May 29 03:15:31 2014 +0000 |
| tree | a696475a249bdebaa8281cae38f33eefb4361c87 | |
| parent | 086e5816b034754897e9c91713bdbc98633adea7 [diff] |
When merging functions across modules (and in particular, instantiations of member functions), ensure that the redecl chain never transitions from 'inline' to 'not inline', since that violates an AST invariant. llvm-svn: 209794