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-10-25
Add check for UnknownVals for mutexes in ObjCAtSyncChecker. Fixes crash repo...
Ted Kremenek
2010-10-22
Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsole...
Ted Kremenek
2010-10-22
Move classes into anonymous namespaces.
Benjamin Kramer
2010-10-21
Tweak the ObjCAtSyncChecker to assume that a mutex is non-nil after checking ...
Ted Kremenek
2010-10-21
Remove unused variable.
Ted Kremenek
2010-10-20
Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely su...
Ted Kremenek
2010-10-20
Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers.
Ted Kremenek
2010-10-15
Tweak retain/release checker diagnostics to specify a leak occurs because an ...
Ted Kremenek
2010-10-14
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-14
Call PreVisitDeclStmt for C++ aggregate initializers. Patch by Jim Goodnow II.
Zhongxing Xu
2010-10-11
comment out unused function
Chris Lattner
2010-10-10
Unbreak the CMake build.
Francois Pichet
2010-10-10
Add experimental chroot check which checks improper use of chroot(). Patch by
Zhongxing Xu
2010-10-06
UnreachableCodeChecker cleanup and improvements
Tom Care
2010-10-01
UnreachableCodeChecker does not need to inherit from CheckerVisitor, only Che...
Tom Care
2010-09-30
Added two new command line arguments:
Marcin Swiderski
2010-09-30
Include changes to VisitCXXMemberCallExpr (call visitor functions).
Ted Kremenek
2010-09-30
Tweak nil receiver checker to not warning about 64-bit return values.
Ted Kremenek
2010-09-29
AnalyzerStatsChecker improvements:
Tom Care
2010-09-29
Change -analyzer-max-nodes to allow 0 as a parameter. This allows the analyze...
Tom Care
2010-09-23
Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXX...
Ted Kremenek
2010-09-22
Fix an inverse boolean and unnecessary new line in warning output from Analyz...
Tom Care
2010-09-18
Revert r114244 since it breaks a test in Analysis.
Tom Care
2010-09-18
IdempotentOperationChecker no longer reports errors that are post-dominated b...
Tom Care
2010-09-16
Refactored BugReporter to refer to EndNode as ErrorNode. We currently make th...
Tom Care
2010-09-16
Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch
Zhongxing Xu
2010-09-15
Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...
Ted Kremenek
2010-09-14
Adjust assertion in RegionStoreManager::RetrieveArray() to also take into acc...
Ted Kremenek
2010-09-14
Don't divide-by-zero in RegionStoreManager::getSizeInElements() when getting ...
Ted Kremenek
2010-09-14
Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect t...
Tom Care
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
Serialization support for CXXNoexceptExpr.
Sebastian Redl
2010-09-10
Polish diagnostics for null dereferences via ObjC ivar accesses. Finishes up...
Ted Kremenek
2010-09-10
Add checker implementation for my previous commit!
Ted Kremenek
2010-09-10
Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex...
Ted Kremenek
2010-09-10
Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ...
Ted Kremenek
2010-09-10
Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...
Tom Care
2010-09-09
Clean up obtuse wording of checker diagnostic of using an uninitialized value...
Ted Kremenek
2010-09-09
Use FindReportInEquivalenceClass to identify all the nodes used for the trimm...
Ted Kremenek
2010-09-09
Clean up CMake dependencies
Douglas Gregor
2010-09-09
Remove unused variable.
Benjamin Kramer
2010-09-09
do not bind temporaries to non-const references
Gabor Greif
2010-09-09
Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal().
Ted Kremenek
2010-09-09
Simplified reachability checking in IdempotentOperationChecker and added a he...
Tom Care
2010-09-09
Static analyzer fix: <rdar://problem/5880430> Switch on enum should not consi...
Ted Kremenek
2010-09-08
Fix warnings caused by new CXXUuidofExprClass enumerator.
Francois Pichet
2010-09-07
Fix null pointer dereference in StreamChecker::Fseek (reported in PR 8081) an...
Ted Kremenek
2010-09-07
Re-enabled truncation/extension checking in IdempotentOperationChecker and ad...
Tom Care
2010-09-03
"I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment
Chris Lattner
[prev]
[next]