commit | 522d5eb7c3c2d255899140cc83e0f9c2166498c8 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Mon Jun 06 15:22:55 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Mon Jun 06 15:22:55 2011 +0000 |
tree | a1fd072782215149661f6a16c107a27f492da27f | |
parent | bd375f1a3f2d978c77d573329ad77e37f29c1c41 [diff] |
Diagnose the condition in C++ [temp.expl.spec]p16 that prohibits specializing a member of an unspecialized template, and recover from such errors without crashing. Fixes PR10024 / <rdar://problem/9509761>. llvm-svn: 132677