summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/additive-folding.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud