Added a new test code that fails an assertion in the baseline.
That is because getAPSIntType works only with integral types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh I forgot to submit my review. My bad. Please investigate why we have two double casts there.
clang/lib/StaticAnalyzer/Core/SValBuilder.cpp | ||
---|---|---|
1107 | Well, I would expect the same, but crosscheck this with the actual dump. | |
clang/test/Analysis/produce-symbolcast_x86.cpp | ||
16 | Place here a FIXME that we should not have two double casts. |
Well, I would expect the same, but crosscheck this with the actual dump.