"README.md" did not exist on "662f5c1a5a4c7895efc66a6584dc4ea9653dce9e"
Add support for AllocaRegion extent with GDM.
One design problem that is emerging is the signed-ness problem during static analysis. Many unsigned value have to be converted into signed value because it partipates in operations with signed values. On the other hand, we cannot blindly make all values occuring in static analysis signed, because we do have cases where unsignedness is required, for example, integer overflow detection. llvm-svn: 59957
Showing
- clang/include/clang/Analysis/PathSensitive/Store.h 5 additions, 0 deletionsclang/include/clang/Analysis/PathSensitive/Store.h
- clang/lib/Analysis/GRExprEngine.cpp 7 additions, 0 deletionsclang/lib/Analysis/GRExprEngine.cpp
- clang/lib/Analysis/RegionStore.cpp 56 additions, 5 deletionsclang/lib/Analysis/RegionStore.cpp
Loading
Please register or sign in to comment