Displaying 2 results from an estimated 2 matches for "d2375".
Did you mean:
2375
2013 Dec 10
2
[LLVMdev] Switching to the new MingW ABI
> Yes, all except this one (I think):
>
> error: 'error' diagnostics expected but not seen:
> File D:\src\llvm\tools\clang\test\SemaCXX\virtual-override.cpp Line
> 288: 'static' member function 'foo' overrides a virtual function
> error: 'error' diagnostics seen but not expected:
> File
2013 Dec 10
0
[LLVMdev] Switching to the new MingW ABI
...2 errors generated.
>>
>> I guess this is also a QOI problem, but the diagnostic here gets
>> pretty misleading.
>
> Yes, I guess this a case of the error being pedantically correct. We
> should suppress the second error.
Something like http://llvm-reviews.chandlerc.com/D2375 ?
- Hans