index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
additive-folding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Equality ops are like relational ops in that the arguments shouldn...
Jordy Rose
2012-05-03
1
-203
/
+0
*
[analyzer] Fix RUN line and general cleanup for additive folding tests.
Jordy Rose
2012-05-03
1
-20
/
+20
*
[analyzer] Turn on by default the Malloc Checker and a couple of CString
Anna Zaks
2012-02-20
1
-2
/
+2
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-2
/
+2
*
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-03-24
1
-2
/
+2
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-2
/
+2
*
[analyzer] Migrate MallocChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-2
/
+2
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Put the tautological-comparison-of-unsigned-against-zero warnings in
John McCall
2010-09-08
1
-2
/
+2
*
sabre points out that the timing here is pretty pessimal; I'll retry the
John McCall
2010-09-02
1
-2
/
+2
*
Experimentally move the tautological comparison warnings from -Wsign-compare
John McCall
2010-09-02
1
-2
/
+2
*
Added some false positive checking to UnreachableCodeChecker
Tom Care
2010-07-27
1
-3
/
+3
*
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-23
1
-10
/
+10
*
Don't depend on system headers in clang -cc1 tests.
Benjamin Kramer
2010-06-24
1
-1
/
+1
*
Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fa...
Daniel Dunbar
2010-06-23
1
-2
/
+2
*
Tweak tests to hopefully fix include of limits.h on win32.
Daniel Dunbar
2010-06-23
1
-2
/
+2
*
When folding additive operations, convert the values to the same type. When a...
Jordy Rose
2010-06-21
1
-0
/
+40
*
Fold additive constants, and support comparsions of the form $sym+const1 <> c...
Jordy Rose
2010-06-18
1
-0
/
+163