commit | 07489f9ccf4acb87f43e4f154f92ebd36e2d66d3 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Fri Apr 19 23:04:05 2019 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Fri Apr 19 23:04:05 2019 +0000 |
tree | ffdf177e6f77ba9f93c2c4e821272a8edf77529a | |
parent | aa3bf6ce721dc9531f52b84e93b6ad182517561b [diff] |
Modules: Adopt template parameters for variable templates to set their decl context correctly Exposed by a related bug about visibility of default arguments of nested templates - without the correct decl context, default template parameters of variable templates nested in classes would have incorrect visibility computed. llvm-svn: 358796