[cfe-commits] r161501 - in /cfe/trunk: include/clang/AST/Expr.h include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td lib/AST/Expr.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaOverload.cpp test/SemaCXX/constant-expression-c

jahanian fjahanian at apple.com
Thu Aug 9 10:38:09 PDT 2012


On Aug 9, 2012, at 9:52 AM, David Dean wrote:

> It looks like you just disabled the warning, wouldn't it be good to actually add it in as expected?
> (and remove the one we've been ignoring?)

Good idea, go ahead. However, it will be subject to future failures as warning texts tend to change.
Original intention of tests were not meant to check specific warnings.
- Fariborz

> 
> On 9 Aug 2012, at 9:46 AM, jahanian <fjahanian at apple.com> wrote:
> 
>> 
>> On Aug 9, 2012, at 9:45 AM, David Dean wrote:
>> 
>>> After perusing the logs further, I've decided not to pester you with them. 
>>> We were, in fact, ignoring the missing diagnostic in nullptr1.C
>>> 
>>> I'll update the tests.
>> 
>> It is done.
>> - fariborz
>> 
> 
> -David
> 
> 




More information about the cfe-commits mailing list