summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/using-decl-friend-2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Serialize the IDNS for a UsingShadowDecl rather than recomputing it.Richard Smith2018-01-061-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
OpenPOWER on IntegriCloud