Anastasia added a comment.

In D60193#1549806 <https://reviews.llvm.org/D60193#1549806>, @mantognini wrote:

> When compiling this I get the following warning:
>
>   clang/lib/StaticAnalyzer/Core/ExprEngine.cpp:1213:10: warning: enumeration 
> value 'CXXAddrspaceCastExprClass' not handled in switch
>
>
> The fix is probably to just add the missing case with the other 
> `*CastExprClass` cases.
>
> There's also a similar warning for `clang/tools/libclang/CXCursor.cpp:132`.


I had to add some more bits to CIndex to make it work!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60193/new/

https://reviews.llvm.org/D60193



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to