summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/UninitializedValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename some methods.Chris Lattner2009-03-281-1/+1
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Flow-sensitive uninitialized values analysis: properly handle the 'element' e...Ted Kremenek2008-11-141-3/+10
* Rename header file.Ted Kremenek2008-11-141-2/+2
* Update CFGStmtVisitor to recognize that ObjCForCollectionStmts are special bl...Ted Kremenek2008-11-121-2/+3
* Flow-sensitive uninitialized values analysis:Ted Kremenek2008-11-111-4/+27
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-3/+0
* It's spelt "uninitialized".Nick Lewycky2008-08-161-4/+5
* Added decl_iterator to DeclStmt to provide an abstract interface to iterate o...Ted Kremenek2008-08-051-2/+2
* Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label"Argyrios Kyrtzidis2008-04-171-1/+2
* Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ...Ted Kremenek2008-04-161-1/+1
* Simplify some code.Ted Kremenek2008-04-161-31/+28
* Change "VisitBlockVarDecl" to "VisitVarDecl". UninitializedValues now worksTed Kremenek2008-04-151-1/+1
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-14/+21
* Fix bug in terminator processing for uninitialized-values: simply ignore the ...Ted Kremenek2008-04-151-10/+9
* Added initial support into the flow-sensitive dataflow solver to visit the Bl...Ted Kremenek2008-04-151-0/+2
* Changed merge operation for uninitialized values analysis to "intersect" (pre...Ted Kremenek2008-03-221-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+277