index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2009-02-26
Refine some grammar in the retain/release diagnostics.
Ted Kremenek
2009-02-26
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-26
Use Loc::IsLocType() instead of isPointerType() and isReferenceType().
Ted Kremenek
2009-02-26
Drop uses of isPointerLikeType.
Daniel Dunbar
2009-02-25
Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the sa...
Ted Kremenek
2009-02-25
Fix recently introduced switch case fallthrough bug.
Ted Kremenek
2009-02-25
Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle
Ted Kremenek
2009-02-25
retain/release checker: Implement basic tracking of autorelease stack. Next ...
Ted Kremenek
2009-02-24
Fix broken logic from my last commit. Branches only occur at basic blocks th...
Ted Kremenek
2009-02-24
Fix diagnostic regression where the leak diagnostic could appear earlier in t...
Ted Kremenek
2009-02-24
retain/release checker:
Ted Kremenek
2009-02-24
Fix <rdar://problem/6611677>: Add basic transfer function support in the static
Ted Kremenek
2009-02-23
Tidy up 'ExecutionContinues' to distinguish between jumping to the end of a '...
Ted Kremenek
2009-02-23
Tidy up the path diagnostic generation logic in BugReporter and remove a case...
Ted Kremenek
2009-02-23
Add more boilerplate logic to more accurately reason about autorelease pools.
Ted Kremenek
2009-02-23
Fix 80 col. violations.
Ted Kremenek
2009-02-23
Per Chris L.'s suggestion, use getAsFunctionType() instead of getDesguaredTyp...
Ted Kremenek
2009-02-23
retain/release checker: For now don't track the retain count of NSWindow obje...
Ted Kremenek
2009-02-23
Remove typo.
Ted Kremenek
2009-02-23
'[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing...
Ted Kremenek
2009-02-22
Fix regression in naming convention derivation: a method only follows the cop...
Ted Kremenek
2009-02-21
Use llvm::StringsEqualNoCase instead of strncasecmp.
Ted Kremenek
2009-02-21
Fix build on windows.
Cedric Venet
2009-02-21
Improved naming convention heuristics in the retain/release checker to better
Ted Kremenek
2009-02-20
Greatly simplify the logic in ExplodedGraphImpl::TrimGraph. Now we just do a
Ted Kremenek
2009-02-20
Add an example in comments.
Zhongxing Xu
2009-02-20
Fix crash from <rdar://problem/6562655>: 'init' method only return a receiver...
Ted Kremenek
2009-02-19
retain/release checker: Generate an intermediate simulation node for "leak"
Ted Kremenek
2009-02-19
Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary
Ted Kremenek
2009-02-19
retain/release checker: Fix crasher when the leak site is the same expression...
Ted Kremenek
2009-02-19
only track integer and pointer values for now.
Zhongxing Xu
2009-02-19
Convert the offset to signed before making an ElementRegion with it. It seems
Zhongxing Xu
2009-02-19
Implemented simple check in <rdar://problem/6600344>: When the receiver of a
Ted Kremenek
2009-02-18
retain/release checker: Place the leak diagnostic after the last statement that
Ted Kremenek
2009-02-18
Remove unused variable.
Ted Kremenek
2009-02-18
Remove logic for computing 'display hint'.
Ted Kremenek
2009-02-18
More fun with retain checker diagnostics:
Ted Kremenek
2009-02-18
Fix diagnostics bugs when computing ranges for the retain/release checker.
Ted Kremenek
2009-02-18
retain/release checker: We now emit fancy diagnostics telling users about the
Ted Kremenek
2009-02-18
retain/release checker: Distinguish in the function summaries between
Ted Kremenek
2009-02-18
Revise comment. Comparing pointer values in 'Range' wasn't the performance is...
Ted Kremenek
2009-02-18
Fix performance bug in RangeConstraintManager (that I introduced):
Ted Kremenek
2009-02-18
Hooked up the necessary machinery to allow the retain/release checker reference
Ted Kremenek
2009-02-18
retain/release checker: Record the summary used to generate a given node.
Ted Kremenek
2009-02-17
Add panic function.
Ted Kremenek
2009-02-17
Revised RangeConstraintManager based on several discussions with Ben Laurie and
Ted Kremenek
2009-02-17
Add '_assert' to list of known panic functions.
Ted Kremenek
2009-02-17
add some files to fix the cmake build, patch by Piotr Rak!
Chris Lattner
2009-02-16
Add pretty-printing (for GraphViz) support for RangeConstraintManager.
Ted Kremenek
2009-02-16
Do not register 'RangeConstraintManager' as the default ConstraintManager.
Ted Kremenek
[prev]
[next]