summaryrefslogtreecommitdiff
path: root/test/Analysis/additive-folding-range-constraints.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Teach constraint managers about unsigned comparisons.Jordan Rose2013-03-231-0/+132
* [analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose2012-05-161-156/+71
* [analyzer] Rework both constraint managers to handle mixed-type comparisons.Jordy Rose2012-05-081-0/+158
* [analyzer] Fix RUN line and general cleanup for additive folding tests.Jordy Rose2012-05-031-10/+10
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Remove '-analyzer-experimental-checks' flag.Argyrios Kyrtzidis2011-02-281-1/+1
* Don't depend on system headers in clang -cc1 tests.Benjamin Kramer2010-06-241-1/+1
* Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fa...Daniel Dunbar2010-06-231-1/+1
* Tweak tests to hopefully fix include of limits.h on win32.Daniel Dunbar2010-06-231-1/+1
* Fold additive constants, and support comparsions of the form $sym+const1 <> c...Jordy Rose2010-06-181-0/+99