]> granicus.if.org Git - clang/history - Analysis
Fix a fixme by allowing pointers in different address spaces to have
[clang] / Analysis /
2008-03-07 Ted KremenekIncreased worklist limit for GRSimpleVals.
2008-03-07 Ted KremenekAdded --trim-path-graph to the driver to trim paths...
2008-03-07 Ted KremenekImproved graph visualization of ExplodedGraphs to inclu...
2008-03-07 Ted KremenekRenamed ValueManager to BasicValueFactory.
2008-03-07 Ted KremenekRefined divide-by-zero checking to distinguish between...
2008-03-06 Gabor Greiffix typos
2008-03-06 Ted KremenekFixed mismatched deallocation in GRBlockCounter::Factor...
2008-03-06 Ted KremenekAdded boilerplate to execute the CF reference count...
2008-03-05 Ted KremenekAdded transfer function support for __builtin_expect.
2008-03-05 Ted KremenekSmall bug fix when handling CallExprs that generate...
2008-03-05 Ted KremenekFixed bug that could case unwanted bifurcation of state...
2008-03-05 Ted KremenekFixed bogus assumption mistakenly introduced in r47955.
2008-03-05 Ted KremenekFixed a horribly insidious bit-masking bug in the imple...
2008-03-05 Ted KremenekMinor cleanups (mainly indentation).
2008-03-05 Chris Lattnerremove the source location arguments to various target...
2008-03-05 Ted KremenekPlug-in transfer function "EvalCall" now takes as an...
2008-03-04 Ted KremenekMoved implementation of GRExprEngine::Nodify into GRStm...
2008-03-04 Ted KremenekAdded preliminary transfer function support for references.
2008-03-04 Ted KremenekFor the transfer function for CallExpr, invalidate...
2008-03-04 Ted KremenekFor the transfer function of DeclStmt, for now initiali...
2008-03-04 Ted KremenekImplemented "print" method for ValueState.
2008-03-04 Ted KremenekAdd transfer function support for the default initializ...
2008-03-04 Ted KremenekFixed insidious state propagation bug that would someti...
2008-03-04 Ted KremenekEnhanced pretty-printing of undefined-argument errors.
2008-03-03 Ted KremenekFixed subtle caching bug in ExplodedGraph that would...
2008-03-03 Ted KremenekAdded FIXME.
2008-02-29 Ted KremenekAdded extra check for calls to functions where we pass...
2008-02-29 Ted KremenekAdd checks for function calls via a function pointer...
2008-02-29 Ted Kremenek"Refinement" of hack to bound loop-traversals: visit...
2008-02-28 Ted KremenekAdded simple hack to reduce redundant warnings from...
2008-02-28 Ted KremenekAdded checking for undefined results of '<<' and '...
2008-02-28 Ted KremenekMerged ValueState and ValueStateImpl into just ValueSta...
2008-02-28 Ted KremenekRenamed "Uninitialized" -> "Undefined" in path-sensitiv...
2008-02-27 Ted KremenekFixed use of an uninitialized variable.
2008-02-27 Ted KremenekEnd paths when calling a function marked "noreturn."
2008-02-27 Ted KremenekSmall tweaks to the transfer function for DeclStmt...
2008-02-27 Ted KremenekAdded string "[CHECKER]" to the output diagnostics...
2008-02-27 Ted KremenekSmall fix to VisitLVal: this method can be called on...
2008-02-27 Ted KremenekWhen analyzing a function, eagerly create symbolic...
2008-02-27 Ted KremenekHeader file cleanups: reduce number of includes; move...
2008-02-27 Ted KremenekSimilar bug fix to r47650; when processing CallExprs...
2008-02-27 Ted KremenekFixed bug in the core transfer function logic for CallE...
2008-02-26 Ted KremenekFix bug when processing '?' operator: invalidate the...
2008-02-26 Ted KremenekAdded boilerplate for plug-in transfer function support...
2008-02-26 Ted KremenekDon't emit divide-by-zero errors when we divide by...
2008-02-26 Ted KremenekRemoved static analysis-specific diagnostics from Diagn...
2008-02-26 Ted KremenekRemoved hack with toggling the signedness flag of the...
2008-02-26 Ted KremenekSmall fixes to shore up overhauling of transfer functio...
2008-02-26 Ted Kremenekoptimization: no longer create ExplodedNodes for Intege...
2008-02-26 Ted KremenekMajor cleanup of the transfer function logic for '...
2008-02-26 Ted KremenekFixed inverted condition.
2008-02-26 Ted KremenekAdded lazy "symbolication" of parameter variables and...
2008-02-26 Ted KremenekAdded FIXME.
2008-02-25 Ted KremenekMinor bug fix in LiveVariables: don't "kill" decls...
2008-02-25 Ted KremenekBetter handling of calls to functions via function...
2008-02-25 Ted KremenekFixed bug in RemoveDeadBindings when performing the...
2008-02-25 Ted KremenekExpanded transfer function support for divide-by-zero...
2008-02-25 Ted KremenekAdded hack to transfer function logic to handle the...
2008-02-25 Ted KremenekAdded transfer function support for checking for divide...
2008-02-22 Ted KremenekFixed horrid bug in LiveVariables analysis where we...
2008-02-22 Ted KremenekPunt on unifying symbolic lvalues. This won't be neede...
2008-02-22 Ted KremenekAdded "assumption" logic for lval::FuncVal and lval...
2008-02-22 Ted KremenekBug fix: For transfer function for unary "!", compare...
2008-02-22 Ted KremenekBug fix in liveness: Only compute liveness information...
2008-02-21 Ted KremenekReturn "Unknown" when using the value of a function...
2008-02-21 Ted KremenekAdded transfer function support for dispatching to...
2008-02-21 Ted KremenekRemoveDeadBindings should now check for UninitalizedVal...
2008-02-21 Ted KremenekRegression fix: Handle pointer arithmetic in unary...
2008-02-21 Ted KremenekRemoved bogus assertions regard LValues binding to...
2008-02-21 Ted KremenekRemove incorrect casts from UnknownVal to NonLVal.
2008-02-21 Ted KremenekFIX: Promote the correct operand.
2008-02-21 Ted KremenekSimplified and generalized transfer function logic...
2008-02-21 Ted KremenekAdded transfer function support for sizeof(void)
2008-02-21 Ted KremenekMajor cleanup of path-sensitive analysis engine and...
2008-02-20 Ted KremenekImplemented transfer function logic for unary '+'
2008-02-20 Ted KremenekPlaced transfer function logic for dereferences in...
2008-02-19 Ted KremenekAdded missing case in constant propagation logic for...
2008-02-19 Ted KremenekAdded special handling for UninitializedVals for the...
2008-02-19 Ted KremenekImplemented "getType()" for symbolic values representin...
2008-02-19 Ted KremenekFixed transfer function for casts to always evaluate...
2008-02-19 Ted KremenekAdded transfer function support for casting to "void".
2008-02-19 Ted KremenekFixed bug classof() bug with RValues that could cause...
2008-02-19 Ted KremenekAdded back explicit state/node creation when visiting...
2008-02-19 Ted KremenekAdded boilerplate transfer function support for CallExprs.
2008-02-19 Ted KremenekAdded FIXME for properly handling local arrays using...
2008-02-19 Ted Kremenek--grsimple now reports the number of nodes in the Explo...
2008-02-18 Ted KremenekAdded more assertions and checks in transfer function...
2008-02-18 Ted KremenekTemporary solution to push analysis through to analyzin...
2008-02-16 Eli FriedmanA couple of msvc compile fixes from the ml; I haven...
2008-02-16 Ted KremenekFurther cleanup. Moved definitions for SymbolManager...
2008-02-15 Ted KremenekRefactored code for transfer functions for binary opera...
2008-02-15 Ted KremenekAdded transfer function support for conditional branche...
2008-02-15 Ted KremenekSimplified transfer function logic for ++/-- operators.
2008-02-15 Eli FriedmanRemove unnecessary references to VariableArrayType...
2008-02-15 Ted KremenekAdded boilerplate transfer function support for pointer...
2008-02-15 Ted KremenekAdded --grsimple-view option to clang driver; this...
2008-02-14 Ted KremenekAdded "symbol iterators" for RValues, allowing easy...
2008-02-14 Ted KremenekWhen visualizing ExplodedNodes created by GRExprEngine...
2008-02-14 Ted KremenekDon't analyze functions when we have parse errors.
2008-02-14 Ted KremenekRenamed GRConstants => GRSimpleVals.
next