| commit | 0f59cb38e7f319ee46b66812b212a5afaa3572bb | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Dec 18 21:45:41 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Dec 18 21:45:41 2015 +0000 |
| tree | ef6fe1ec0a7931fb0fe8a5ab0c1aff79ef4d595f | |
| parent | 3f422280f5c3a432f9525df02db710d5d81df239 [diff] |
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call for the derived class into it. This is mostly just a cleanup, but could in principle be a bugfix if there is some codepath that reaches here and didn't previously require a complete type (I couldn't find any such codepath, though). llvm-svn: 256037