summaryrefslogtreecommitdiffstats
path: root/test/Analysis/additive-folding-range-constraints.c
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-1/+1
* [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