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
/
Checker
Age
Commit message (
Expand
)
Author
2010-03-21
Delete the new visitor if an old one already exists.
Ted Kremenek
2010-03-20
Reapply r99024 (but with the memory issue now fixed).
Ted Kremenek
2010-03-20
Check if a BugReporterVisitor has already been added to a BugReporterContext.
Ted Kremenek
2010-03-20
Revert r99024, "Augment path diagnostics to include displaying when a message
Daniel Dunbar
2010-03-20
Augment path diagnostics to include displaying when a message expression
Ted Kremenek
2010-03-18
Refactor argument checking in CallAndMessageChecker to be the same
Ted Kremenek
2010-03-18
Detect pass-by-value arguments that are structs that contain
Ted Kremenek
2010-03-18
Tweak dead stores checker to not emit a warning when initialization
Ted Kremenek
2010-03-17
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-16
Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked
Zhongxing Xu
2010-03-12
Allow users to set CPPFLAGS and CXXFLAGS on the make command line.
Jeffrey Yasskin
2010-03-10
Simplify assertion.
Ted Kremenek
2010-03-10
Remove '#if 0' code. Lazy compound values have proven their worth.
Ted Kremenek
2010-03-10
Remove the subregion map cache. It is no longer used.
Ted Kremenek
2010-03-10
Fix stale comment.
Ted Kremenek
2010-03-10
Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor Regi...
Ted Kremenek
2010-03-10
Refactor RegionStore::RemoveDeadBindings to use the same core
Ted Kremenek
2010-03-10
Refactor some of RegionStore's InvalidateRegionsWorker class
Ted Kremenek
2010-03-10
Add use-after-free check to MallocChecker.
Zhongxing Xu
2010-03-10
Enhance basic store to also lazily symbolicate VarRegions
Ted Kremenek
2010-03-08
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-03-08
Remove unused headers.
Duncan Sands
2010-03-05
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-04
When profiling Environment, also profile with AnalysisContext*, bacause
Zhongxing Xu
2010-03-02
[CFG]
Ted Kremenek
2010-03-02
Don't conjure a symbol for DeclStmts when the variable is a C++ reference.
Ted Kremenek
2010-03-01
Since now we store the cast type with an ElementRegion, there is
Zhongxing Xu
2010-03-01
Assert when loading from a code text region instead of returning an unknown s...
Zhongxing Xu
2010-02-28
Use getBody() to get the function definition when the decl referenced is not
Zhongxing Xu
2010-02-26
Use a GDM to record the returned expression in the state when VisitReturnStmt.
Zhongxing Xu
2010-02-26
Remove derelict GRStmtNodeBuilder::LastNode.
Zhongxing Xu
2010-02-25
Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...
Douglas Gregor
2010-02-25
Revert patches r97122 r97127 r97129 r97131.
Jakob Stoklund Olesen
2010-02-25
Move the GenerateCallExitNode logic completely into GREndPathNodeBuilder.
Zhongxing Xu
2010-02-25
Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...
Zhongxing Xu
2010-02-25
Add comments.
Zhongxing Xu
2010-02-25
Call inliner improvements:
Zhongxing Xu
2010-02-25
Add MacOSXAPIChecker, a meta checker to include various precondition checks f...
Ted Kremenek
2010-02-25
When generating error node, check to see if we already cached out.
Ted Kremenek
2010-02-25
Enhance the unused ivar checker to not consider an ivar to be accidentally un...
Ted Kremenek
2010-02-25
Add UnixAPIChecker, a meta checker to include various precondition checks for...
Ted Kremenek
2010-02-25
Remove stray #include.
Ted Kremenek
2010-02-25
Remove #include.
Ted Kremenek
2010-02-25
Divide list of registration functions in API and foundational checks. Also t...
Ted Kremenek
2010-02-25
Sort list of checker registration functions.
Ted Kremenek
2010-02-23
Dead emit dead store warnings when assigning nil to an ObjC object
Ted Kremenek
2010-02-18
Recognize attributes ns_returns_not_retained and cf_returns_not_retained
Ted Kremenek
2010-02-18
Sort @includes.
Ted Kremenek
2010-02-17
In symbol reaper, a variable is live if its stack frame is the parent of the
Zhongxing Xu
2010-02-17
For inline-based inter-procedural analysis, we will have multiple stack space...
Zhongxing Xu
[prev]
[next]