[PATCH] D53024: [analyzer][www] Add more open projects
Umann Kristóf via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 9 13:39:47 PDT 2018
Szelethus added a comment.
Thanks!
I admit that the difficulty was mostly chosen at random, so that could be brought closer to the actual difficulty of the project.
================
Comment at: www/analyzer/open_projects.html:86-87
+ the opposite direction - integers to pointers - are completely unsupported.
+ Pointer-to-pointer casts are a mess; modeling them with <code><a href="https://clang.llvm.org/doxygen/classclang_1_1ento_1_1ElementRegion.html">
+ ElementRegion </a></code> is a disaster and we are suffering a lot from this
+ hack, but coming up with a significantly better solution is very hard, as
----------------
NoQ wrote:
> I'll try to be more, emm, positive on the website :]
Oh, right, sorry, I tried to "positivitize" most of these, but apparently missed this one O:)
Repository:
rC Clang
https://reviews.llvm.org/D53024
More information about the cfe-commits
mailing list