| commit | 09a3023e65d1eeb658d4dd4613f868db83048e84 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Jun 12 22:08:06 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Jun 12 22:08:06 2009 +0000 |
| tree | 1e467f44a09fb9619c1d3c19da4751af99d381ad | |
| parent | c59a7cb8cc57e5b3decd3d3d75959d9a753cd964 [diff] |
Diagnose C++ [temp.class.spec]p9b3, where a class template partial specialization's arguments are identical to the implicit template arguments of the primary template. Typically, this is meant to be a declaration/definition of the primary template, so we give that advice. llvm-svn: 73259