aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/additive-folding-range-constraints.c
AgeCommit message (Expand)Author
2013-03-23[analyzer] Teach constraint managers about unsigned comparisons.Jordan Rose
2012-05-16[analyzer] Convert many existing tests to use clang_analyzer_eval.Jordy Rose
2012-05-08[analyzer] Rework both constraint managers to handle mixed-type comparisons.Jordy Rose
2012-05-03[analyzer] Fix RUN line and general cleanup for additive folding tests.Jordy Rose
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Remove '-analyzer-experimental-checks' flag.Argyrios Kyrtzidis
2010-06-24Don't depend on system headers in clang -cc1 tests.Benjamin Kramer
2010-06-23Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fa...Daniel Dunbar
2010-06-23Tweak tests to hopefully fix include of limits.h on win32.Daniel Dunbar
2010-06-18Fold additive constants, and support comparsions of the form $sym+const1 <> c...Jordy Rose