| commit | a263c346e568e15dde95ad2d1417444c5cda134f | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Jan 06 01:07:05 2018 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Jan 06 01:07:05 2018 +0000 |
| tree | 5033028c647c91413c416e61e51382bf8202e149 | |
| parent | 0f74d273b009240bd71c10e8e5487f0add521048 [diff] |
Serialize the IDNS for a UsingShadowDecl rather than recomputing it. Attempting to recompute it are doomed to fail because the IDNS of a declaration is not necessarily preserved across serialization and deserialization (in turn because whether a friend declaration is visible depends on whether some prior non-friend declaration exists). llvm-svn: 321921