[cfe-commits] r80135 - in /cfe/trunk: include/clang/AST/Expr.h lib/Sema/SemaExprCXX.cpp
Fariborz Jahanian
fjahanian at apple.com
Wed Aug 26 14:19:15 PDT 2009
On Aug 26, 2009, at 2:12 PM, Mike Stump wrote:
> On Aug 26, 2009, at 1:34 PM, Fariborz Jahanian wrote:
>> Author: fjahanian
>> Date: Wed Aug 26 15:34:58 2009
>> New Revision: 80135
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=80135&view=rev
>> Log:
>> AST for conversion by conversion functions. WIP.
>
> StmtDumper.cpp: In member function
> ‘void<unnamed>::StmtDumper::VisitCastExpr(clang::CastExpr*)’:
> StmtDumper.cpp:305: warning: enumeration value
> ‘CK_UserDefinedConversion’ not handled in switch
>
> I chipped in and fixed it. :-) I like no warnings.
Thanks a lot. I did see the warning. But forgot about it :(.
- Fariborz
More information about the cfe-commits
mailing list