summaryrefslogtreecommitdiffstats
path: root/test/Analysis/additive-folding.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks2012-02-201-2/+2
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-2/+2
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-2/+2
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Migrate MallocChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis2011-02-151-2/+2
* Put the tautological-comparison-of-unsigned-against-zero warnings inJohn McCall2010-09-081-2/+2
* sabre points out that the timing here is pretty pessimal; I'll retry theJohn McCall2010-09-021-2/+2
* Experimentally move the tautological comparison warnings from -Wsign-compareJohn McCall2010-09-021-2/+2
* Added some false positive checking to UnreachableCodeCheckerTom Care2010-07-271-3/+3
* Added an path-sensitive unreachable code checker to the experimental analyzer...Tom Care2010-07-231-10/+10
* 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-2/+2
* Tweak tests to hopefully fix include of limits.h on win32.Daniel Dunbar2010-06-231-2/+2
* When folding additive operations, convert the values to the same type. When a...Jordy Rose2010-06-211-0/+40
* Fold additive constants, and support comparsions of the form $sym+const1 <> c...Jordy Rose2010-06-181-0/+163