commit | 66ed89d07ffd6d5c372e4bb566216da30844a796 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Sat Jul 13 21:08:08 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Sat Jul 13 21:08:08 2013 +0000 |
tree | 8ff080a8cdeb96adc0b7290c567a6288f38c5c28 | |
parent | ab277d64003cdc42ae74b1ff5bca9d869ec55a33 [diff] |
Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT Test coverage for non-dependent pack expansions doesn't demonstrate a failure prior to this patch (a follow-up commit improving debug info will cover this commit specifically) but covers a related hole in our test coverage. Reviewed by Richard Smith & Eli Friedman. llvm-svn: 186261