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
/
StaticAnalyzer
Age
Commit message (
Expand
)
Author
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp -> li...
Argyrios Kyrtzidis
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...
Argyrios Kyrtzidis
2011-02-05
[analyzer] Fix a false positive of the 'self' initialization checker.
Argyrios Kyrtzidis
2011-02-03
[analyzer] Fix a crash until we can handle temporary struct objects properly.
Argyrios Kyrtzidis
2011-02-02
An insomniac stab at making block declarations list the variables they close
John McCall
2011-02-01
Fix the message. Thanks to Thomas Clement for noticing.
Argyrios Kyrtzidis
2011-02-01
[analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker.
Argyrios Kyrtzidis
2011-01-27
Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's O...
Ted Kremenek
2011-01-27
[analyzer] Fix crash when handling dot syntax on 'super'.
Argyrios Kyrtzidis
2011-01-27
Fix whitespace.
NAKAMURA Takumi
2011-01-27
7bit-ize.
NAKAMURA Takumi
2011-01-27
Hook up attribute ns_consumes_self in the ObjC retain/release checker in the ...
Ted Kremenek
2011-01-26
[analyzer] Enable the self-init checker under command-line option '-analyzer-...
Argyrios Kyrtzidis
2011-01-26
[analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted!
Argyrios Kyrtzidis
2011-01-25
[analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-...
Argyrios Kyrtzidis
2011-01-25
Don't try and symbolicate unions; we don't reason
Ted Kremenek
2011-01-25
Recycle memory for GRStates that are never referenced
Ted Kremenek
2011-01-25
Tweak wording of static analyzer diagnostic
Ted Kremenek
2011-01-25
[analyzer] Handle the dot syntax for properties in the ExprEngine.
Argyrios Kyrtzidis
2011-01-25
[analyzer] Introduce ExprEngine::VisitObjCMessage for handling general ObjCMe...
Argyrios Kyrtzidis
2011-01-25
[analyzer] Introduce ObjCMessage which represents both explicit ObjC message ...
Argyrios Kyrtzidis
2011-01-25
[analyzer] Simplify GetReceiverType function in BasicObjCFoundationChecks.cpp...
Argyrios Kyrtzidis
2011-01-24
Use CharUnits for the offset amount of RegionRawOffset.
Ken Dyck
2011-01-20
Enhance AnalysisConsumer to also visit functions
Ted Kremenek
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-18
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-17
NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from
Douglas Gregor
2011-01-15
Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,
Douglas Gregor
2011-01-14
Cleanup confused code that redundantly called "getDeclContext()" twice.
Ted Kremenek
2011-01-14
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
Ted Kremenek
2011-01-14
Rename 'EnterStackFrame()' to 'enterStackFrame()'.
Ted Kremenek
2011-01-14
Teach RegionStore::EnterStackFrame() to handle
Ted Kremenek
2011-01-13
Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'.
Ted Kremenek
2011-01-13
Remove warning in dead stores checker for
Ted Kremenek
2011-01-13
CXXBaseObjectRegion is like FieldRegion. Need to blast through it when
Zhongxing Xu
2011-01-13
Support inlining base initializers. We still haven't got it completely right,
Zhongxing Xu
2011-01-13
Fix a corner case in RegionStore where we assign
Ted Kremenek
2011-01-13
Rename 'HasGeneratedNode' to 'hasGeneratedNode'
Ted Kremenek
2011-01-13
Remove unnecessary save-and-restore of the
Ted Kremenek
2011-01-13
Remove CheckerContext's dependence on setting
Ted Kremenek
2011-01-12
Add some documentation for C++ static analyzer.
Zhongxing Xu
2011-01-11
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...
Argyrios Kyrtzidis
2011-01-11
[analyzer] Support post-visiting ObjCIvarRefExprs for checkers.
Argyrios Kyrtzidis
2011-01-11
[analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently...
Argyrios Kyrtzidis
2011-01-11
Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().
Ted Kremenek
2011-01-11
Rename GenericNodeBuilder to GenericNodeBuilderRefCount to avoid namespace cl...
Francois Pichet
2011-01-11
Rework ExprEngine::processCFGBlockEntrance()
Ted Kremenek
2011-01-11
Remove several silly methods from ento::CoreEngine
Ted Kremenek
2011-01-11
Rename misc. methods in ento::Worklist to start
Ted Kremenek
[prev]
[next]