| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
the representation of symbolic values.
llvm-svn: 60575
|
| |
|
|
|
|
| |
ConcreteInt index for now.
llvm-svn: 59869
|
| |
|
|
|
|
| |
change was motivated by the need to allow state-splitting in GRExprEngine::VisitInitListExpr. As a side-benefit, we no longer need to perform any copies of SVals when creating a CompoundSVal, and the profiling of CompoundSVal is now constant time.
llvm-svn: 58437
|
| |
|
|
| |
llvm-svn: 58418
|
| |
|
|
|
|
| |
RValues.h/cpp => SVals.h/cpp
llvm-svn: 57893
|
| |
|
|
|
|
|
|
|
|
| |
RVal => SVal
LVal => Loc
NonLVal => NonLoc
lval => loc
nonlval => nonloc
llvm-svn: 57671
|
| |
|
|
|
|
| |
should be checked before being dereferenced.
llvm-svn: 56318
|
| |
|
|
| |
llvm-svn: 50453
|
| |
|
|
|
|
|
|
| |
from other Lvalues.
This removes the failure in null-deref-ps.c (test suite).
llvm-svn: 50449
|
| |
|
|
|
|
| |
integers, allowing us to track lvals when they are casted back to pointers.
llvm-svn: 50108
|
|
|
lib dir and move all the libraries into it. This follows the main
llvm tree, and allows the libraries to be built in parallel. The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in. This speeds
up parallel builds, particularly incremental ones.
llvm-svn: 48402
|