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
/
lib
/
Analysis
/
UninitializedValuesV2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename UninitializedValuesV2 to UninitializedValues.
Ted Kremenek
2011-03-15
1
-611
/
+0
*
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-11
1
-3
/
+4
*
In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...
Ted Kremenek
2011-03-01
1
-2
/
+2
*
Enhance -Wuninitialized to better reason about || and &&, tracking dual dataf...
Ted Kremenek
2011-02-01
1
-38
/
+61
*
Teach -Wuninitialized about indirect goto. Fixes PR 9071.
Ted Kremenek
2011-01-27
1
-2
/
+2
*
Teach -Wuninitialized not to assert when analyzing
Ted Kremenek
2011-01-27
1
-8
/
+15
*
Teach -Wuninitialized about ObjC fast enumeration loops.
Ted Kremenek
2011-01-27
1
-9
/
+38
*
Tweak -Wuninitialized-experimental to not emit
Ted Kremenek
2011-01-26
1
-3
/
+13
*
Teach -Wuninitialized-experimental to also warn
Ted Kremenek
2011-01-25
1
-8
/
+31
*
Teach -Wuninitialized-experimental about sizeof().
Ted Kremenek
2011-01-23
1
-0
/
+10
*
Removing debug printing logic from UninitializedValuesV2.
Ted Kremenek
2011-01-20
1
-16
/
+0
*
Relax CFG assertions in UninitializedValuesV2 when
Ted Kremenek
2011-01-20
1
-14
/
+13
*
Add rudimentary path-sensitivity to UnintializedValuesV2
Ted Kremenek
2011-01-20
1
-17
/
+120
*
Teach UninitializedValuesV2 to implicitly reason about C++
Ted Kremenek
2011-01-18
1
-12
/
+64
*
Correctly enable test/Sema/unit-variables.c,
Ted Kremenek
2011-01-18
1
-1
/
+3
*
Teach UninitializedValuesV2 about "int x = x" and
Ted Kremenek
2011-01-18
1
-8
/
+14
*
Unbreak the MSVC build again: replace bzero by memset.
Francois Pichet
2011-01-15
1
-1
/
+1
*
Add initial prototype for implementation of
Ted Kremenek
2011-01-15
1
-0
/
+362