aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/UninitializedValuesV2.cpp
AgeCommit message (Expand)Author
2011-03-15Rename UninitializedValuesV2 to UninitializedValues.Ted Kremenek
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-03-01In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek
2011-02-01Enhance -Wuninitialized to better reason about || and &&, tracking dual dataf...Ted Kremenek
2011-01-27Teach -Wuninitialized about indirect goto. Fixes PR 9071.Ted Kremenek
2011-01-27Teach -Wuninitialized not to assert when analyzingTed Kremenek
2011-01-27Teach -Wuninitialized about ObjC fast enumeration loops.Ted Kremenek
2011-01-26Tweak -Wuninitialized-experimental to not emitTed Kremenek
2011-01-25Teach -Wuninitialized-experimental to also warnTed Kremenek
2011-01-23Teach -Wuninitialized-experimental about sizeof().Ted Kremenek
2011-01-20Removing debug printing logic from UninitializedValuesV2.Ted Kremenek
2011-01-20Relax CFG assertions in UninitializedValuesV2 whenTed Kremenek
2011-01-20Add rudimentary path-sensitivity to UnintializedValuesV2Ted Kremenek
2011-01-18Teach UninitializedValuesV2 to implicitly reason about C++Ted Kremenek
2011-01-18Correctly enable test/Sema/unit-variables.c,Ted Kremenek
2011-01-18Teach UninitializedValuesV2 about "int x = x" andTed Kremenek
2011-01-15Unbreak the MSVC build again: replace bzero by memset.Francois Pichet
2011-01-15Add initial prototype for implementation ofTed Kremenek