Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Serialize the IDNS for a UsingShadowDecl rather than recomputing it. | Richard Smith | 2018-01-06 | 1 | -0/+39 |
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 |