summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/SimpleSValuator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new symbol type, SymbolExtent, to represent the extents of memory regio...Jordy Rose2010-07-041-0/+22
* Pointers casted as integers still count as locations to SimpleSValuator, so d...Jordy Rose2010-06-301-1/+6
* Pointer comparisons (and pointer-pointer subtraction). Basically filling in S...Jordy Rose2010-06-281-54/+305
* When folding additive operations, convert the values to the same type. When a...Jordy Rose2010-06-211-6/+13
* Add braces to avoid an ambiguous else, fixing a GCC warning.Benjamin Kramer2010-06-201-3/+3
* Adds analyzer support for idempotent and tautological binary operations such ...Jordy Rose2010-06-201-9/+108
* Fold additive constants, and support comparsions of the form $sym+const1 <> c...Jordy Rose2010-06-181-50/+75
* Static analyzer: Don't crash when casting a symbolic region address to a floa...Ted Kremenek2010-04-161-8/+14
* Remove unused parameter.Zhongxing Xu2010-02-051-1/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+428
OpenPOWER on IntegriCloud