summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/UninitializedValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud