| commit | c08f489d3865f6019efd6afe4d96344aabbf374e | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Mar 25 00:13:59 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Mar 25 00:13:59 2009 +0000 |
| tree | 2dce3e40b692976589e02f4908156eed800a82f9 | |
| parent | 1e7602a20e4eb6264bd3051faa3b765771ed3e5d [diff] |
In Parser::ParseClassSpecifier, don't conflate a NULL declaration with failure to perform a declaration. Instead, explicitly note semantic failures that occur during template parsing with a DeclResult. Fixes PR3872. llvm-svn: 67659