[cfe-commits] [clang] bugfix for #10896: Assertion failure @ lib/AST/ASTContext.cpp:1056
Douglas Gregor
dgregor at apple.com
Wed Sep 21 07:45:34 PDT 2011
On Sep 19, 2011, at 2:03 PM, Stepan Dyatkovskiy wrote:
> Hi,
> Doug, you right. MatchTemplateParametersToScopeSpecifier is unneccessary here.
> Matthieu, I have VS2008EE installed in my Virtual Box. It also reports errors for all cases of "template-keyword + member-field" usage.
> Please find the fixed patch.
I've committed this as r140250, with one small tweak: I folded the new test file into an existing test (and marked it with the PR number there), since we tend to avoid single-bug test cases. Thanks!
- Doug
More information about the cfe-commits
mailing list