aboutsummaryrefslogtreecommitdiff
path: root/Analysis/UninitializedValues.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-01-26Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=463...Ted Kremenek
2008-01-08Added VISIBILITY_HIDDEN to classes/structs in anonymous namespaces.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-21Directory restructing of Analysis files.Ted Kremenek
2007-12-13For uninitialized values analysis, added special treatment for declarationsTed Kremenek
2007-12-13Fixed bug in live-variable analysis and uninitialized-values analysis whereTed Kremenek
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-11-30GCC has an extension where the left hand side of the ? : operator can be omit...Anders Carlsson
2007-11-24Fixed bogus culling of uninitialized-values "taint" propagation during assign...Ted Kremenek
2007-11-20Updated CFGStmtVisitor and CFGRecStmtVisitor to have a notion ofTed Kremenek
2007-10-16Add a new Rewriter::getRangeSize method.Chris Lattner
2007-10-01Migrated LiveVariables and UninitializedVariables to now use theTed Kremenek
2007-09-28Fixed UninitializedValues to properly propagate uninitialized "taint"Ted Kremenek
2007-09-28Fixed several bugs in the propagation of "uninitialized value"Ted Kremenek
2007-09-27Created new "ExprDeclBitVector" type bundle for dataflow analyses that need b...Ted Kremenek
2007-09-25Moved "DataflowSolver.h" to the "include/" subtree. Adjusted clientTed Kremenek
2007-09-20Updated header file inlcude to new location ofTed Kremenek
2007-09-19More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor.Ted Kremenek
2007-09-18Minor performance fix in transfer function logic. Previously weTed Kremenek
2007-09-18More refactoring and code reduction.Ted Kremenek
2007-09-18Add overloaded versions of DataflowSolver::runOnBlock to simplifyTed Kremenek
2007-09-18Added member template CFG::VisitBlockStmts to provide a succinct wayTed Kremenek
2007-09-18Modified DataFlowValues and DataflowSolver to associate dataflow valueTed Kremenek
2007-09-17Bug fix to merging of data flow values (merge incorrectly made valuesTed Kremenek
2007-09-17Renamed file due to mispelling.Ted Kremenek